Skip to content
Claude Desktop

fizzy for Claude Desktop

io.github.davegomez/fizzy

MCP server for Fizzy task management

client:Claude Desktop transport:stdio runtime:npm

Install fizzy in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fizzy": {
      "command": "npx",
      "args": [
        "-y",
        "@silky/fizzy-mcp"
      ],
      "env": {
        "FIZZY_TOKEN": "<FIZZY_TOKEN>",
        "FIZZY_BASE_URL": "<FIZZY_BASE_URL>",
        "FIZZY_ACCOUNT": "<FIZZY_ACCOUNT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

fizzy in other clients