fizzy for Grok
io.github.davegomez/fizzy
MCP server for Fizzy task management
client:Grok
transport:stdio
runtime:npm
Install fizzy in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fizzy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@silky/fizzy-mcp"
],
"env": {
"FIZZY_TOKEN": "<FIZZY_TOKEN>",
"FIZZY_BASE_URL": "<FIZZY_BASE_URL>",
"FIZZY_ACCOUNT": "<FIZZY_ACCOUNT>"
}
}
}
}
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