Loading MCP server directory, please wait...
Create Feedback Magic widgets — feedback, surveys, changelog, roadmap — from your AI editor.
npx @getmcp/cli add com.feedback-magic/feedback-magicRequires Node.js 18+. Community-contributed server. Review source before installing.
FEEDBACK_MAGIC_TOKENAn fm_sk_… API token, created in the Feedback Magic dashboard under Settings → API & MCP. Scoped to one workspace; provisioning and metadata by default, with read access to feedback as an explicit opt-in per token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.feedback-magic/feedback-magic": {
"command": "npx",
"args": [
"-y",
"feedback-magic-mcp"
],
"env": {
"FEEDBACK_MAGIC_TOKEN": ""
}
}
}
}