Model Context Protocol server for Fizzy (kanban) — exposes the Fizzy REST API as MCP tools
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fizzy-mcp": {
"command": "npx",
"args": [
"-y",
"daggerhashjack/fizzy-mcp"
]
}
}
}
Run in terminal:
claude mcp add fizzy-mcp npx -y daggerhashjack/fizzy-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"fizzy-mcp": {
"command": "npx",
"args": [
"-y",
"daggerhashjack/fizzy-mcp"
]
}
}
}