HomeProductivity › fizzy-mcp

fizzy-mcp

MCP server for Fizzy task management

TypeScript Cloud
★ 3 stars Last pushed 2026-02-15 License: AGPL-3.0

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.0)

npx -y @silky/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "fizzy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@silky/[email protected]"
      ],
      "env": {
        "FIZZY_TOKEN": "<YOUR_VALUE>",
        "FIZZY_BASE_URL": "<YOUR_VALUE>",
        "FIZZY_ACCOUNT": "<YOUR_VALUE>"
      }
    }
  }
}
  • FIZZY_TOKEN required secret — Fizzy API authentication token
  • FIZZY_BASE_URL — Fizzy API base URL (defaults to production)
  • FIZZY_ACCOUNT — Default Fizzy account slug

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry