MCP server for Fizzy kanban task management. 8 tools for boards, cards, comments, checklists, and bulk operations.
Server Config
{
"mcpServers": {
"fizzy": {
"command": "npx",
"args": [
"-y",
"@silky/fizzy-mcp"
],
"env": {
"FIZZY_TOKEN": "<YOUR_TOKEN>"
}
}
}
}