feedback magic for Grok
com.feedback-magic/feedback-magic
Create Feedback Magic widgets — feedback, surveys, changelog, roadmap — from your AI editor.
client:Grok
transport:stdio
runtime:npm
Install feedback magic in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"feedback-magic": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"feedback-magic-mcp"
],
"env": {
"FEEDBACK_MAGIC_TOKEN": "<FEEDBACK_MAGIC_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs