fizzy-mcp

daggerhashjack/fizzy-mcp
★ 0 stars Shell 🔌 API Integration Updated 2d ago
Model Context Protocol server for Fizzy (kanban) — exposes the Fizzy REST API as MCP tools
View on GitHub →

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"
      ]
    }
  }
}