fizzy for Claude Desktop
io.github.davegomez/fizzy
MCP server for Fizzy task management
client:Claude Desktop
transport:stdio
runtime:npm
Install fizzy in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fizzy": {
"command": "npx",
"args": [
"-y",
"@silky/fizzy-mcp"
],
"env": {
"FIZZY_TOKEN": "<FIZZY_TOKEN>",
"FIZZY_BASE_URL": "<FIZZY_BASE_URL>",
"FIZZY_ACCOUNT": "<FIZZY_ACCOUNT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs