Submit

Fizzy MCP

@davegomez

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 accounts
  • fizzy_boards — list boards with column summaries
  • fizzy_search — search cards with filters (tags, assignees, status)
  • fizzy_get_card — full card detail with comments and checklists
  • fizzy_task — create, update, move, close, reopen, triage cards
  • fizzy_comment — add, update, or delete comments
  • fizzy_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>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.