Odel
fizzy mcp

fizzy mcp

Local
@davegomez3TypeScriptAGPL-3.0Updated 6mo ago

MCP server for Fizzy task management

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@silky/fizzy-mcpv1.0.0

Run

npx -y @silky/fizzy-mcp

MCP client config

{
  "mcpServers": {
    "fizzy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@silky/fizzy-mcp"
      ]
    }
  }
}