← Index

io.github.davegomez/fizzy

io.github.davegomez/fizzy·v1.0.0·Other
Quality Score
76
/100

MCP server for Fizzy task management

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "fizzy": {
      "command": "npx",
      "args": [
        "-y",
        "@silky/fizzy-mcp"
      ],
      "env": {
        "FIZZY_TOKEN": "<your-fizzy_token>",
        "FIZZY_BASE_URL": "<fizzy_base_url>",
        "FIZZY_ACCOUNT": "<fizzy_account>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "fizzy": {
      "command": "npx",
      "args": [
        "-y",
        "@silky/fizzy-mcp"
      ],
      "env": {
        "FIZZY_TOKEN": "<your-fizzy_token>",
        "FIZZY_BASE_URL": "<fizzy_base_url>",
        "FIZZY_ACCOUNT": "<fizzy_account>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @silky/fizzy-mcp
§02  Environment variables
FIZZY_TOKEN
requiredsecret

Fizzy API authentication token

FIZZY_BASE_URL

Fizzy API base URL (defaults to production)

FIZZY_ACCOUNT

Default Fizzy account slug

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Other