MCP server for Fizzy kanban task management. 8 tools for boards, cards, comments, checklists, and bulk operations.
Overview
MCP server for Fizzy kanban task management.
Install via npx — no build step required:
{
"mcpServers": {
"fizzy": {
"command": "npx",
"args": ["-y", "@silky/fizzy-mcp"],
"env": {
"FIZZY_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
7 tools:
fizzy_account— get, set, or list accountsfizzy_boards— list boards with column summariesfizzy_search— search cards with filters (tags, assignees, status)fizzy_get_card— full card detail with comments and checklistsfizzy_task— create, update, move, close, reopen, triage cardsfizzy_comment— add, update, or delete commentsfizzy_step— manage checklist steps (add, update, complete, reorder)
Supports Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Cline, and Continue.
Server Config
{
"mcpServers": {
"fizzy": {
"command": "npx",
"args": [
"-y",
"@silky/fizzy-mcp"
],
"env": {
"FIZZY_TOKEN": "<YOUR_TOKEN>"
}
}
}
}