MCP Servers / productivity / Fider

Fider

JSON →
none1productivity

Interact with Fider, an open-source customer feedback tool, to manage user suggestions and feedback.

Install
How to run this server
[ { "cmd": "uvx (recommended", "imports": [] } ]
server path: fider
Tools
What this server exposes
list_posts
List posts with filtering options (search, view, limit, tags)
get_post
Retrieve a specific post by number
create_post
Create new posts (requires authentication)
edit_post
Edit existing posts (requires collaborator/admin role)
delete_post
Delete posts (requires admin role)
respond_to_post
Change post status (open, planned, started, completed, declined, duplicate)
list_comments
List comments for a specific post
add_comment
Add a comment to a post (requires authentication)
update_comment
Update a comment (requires authentication and ownership)
delete_comment
Delete a comment (requires authentication and ownership/admin)
list_tags
List all available tags
create_tag
Create a new tag (requires admin role)
update_tag
Update an existing tag (requires admin role)
delete_tag
Delete a tag (requires admin role)
assign_tag
Assign a tag to a post (requires collaborator/admin role)
unassign_tag
Unassign a tag from a post (requires collaborator/admin role)
Configuration
Environment & auth
authnone
envFIDER_BASE_URL
envFIDER_URL
envFIDER_API_KEY
Resources
Fider — MCP Server · libregistry