Fizzy MCP Server

fizzy is an MCP server in the productivity category that exposes 7 tools to an agent, covering fizzy. It runs locally over stdio via the published package.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-02-15 · ★ 3 · #110 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

AGPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Fizzy

before you install - you'll need

FIZZY_TOKEN

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add davegomez-fizzy-mcp -- npx -y @silky/fizzy-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

npm package @silky/fizzy-mcp - the @silky scope differs from the repo owner (davegomez); confirm it's the project's official package

registry namespace io.github.davegomez is GitHub-verified and matches the repo owner

03 · What Fizzy can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get, sets, or list accounts for subsequent tool calls, list boards in the account with column summaries, search for cards with filters, and get full details of a card by number or ID.

The 7 tools it gives your agent

Extracted from the project's README - what fizzy lets an agent do.

fizzy_account
- Gets, sets, or lists accounts for subsequent tool calls.
fizzy_boards
- Lists boards in the account with column summaries.
fizzy_search
- Searches for cards with filters.
fizzy_get_card
- Gets full details of a card by number or ID.
fizzy_task
- Creates or updates a card.
fizzy_comment
- Create, list, update, or delete a comment on a card.
fizzy_step
- Create, complete, update, uncomplete, or delete a step on a card.

Latest releases

v1.0.0 · 2026-02-01

Fix Board and Column schemas to match live API · Fix search tag fixtures and add missing filters · Fix formatCard missing fields · Fix remaining audit findings · Add MCP Registry publishing support

v0.4.0 · 2026-01-31

compare changes · Remove fizzy_bulk_close tool · Replace fizzy_complete_step with unified fizzy_step · Refactors · Add optional steps array to CardSchema · Remove broken listSteps method · Remove fizzy_bulk_close…

v0.3.0 · 2026-01-31

compare changes · Remove deprecated FIZZY_ACCESS_TOKEN support · Remove deprecated FIZZY_ACCESS_TOKEN support · Contributors · David Gomez <[email protected]> · Remove deprecated FIZZY_ACCESS_TOKEN support

04 · Who maintains Fizzy

fizzy is maintained by davegomez. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
productivity - ranked #110 of 139 actively-maintained productivity servers as of 2026-08-25.
registry
io.github.davegomez/fizzy (active, first published 2026-02-01)
packages
npm:@silky/fizzy-mcp

06 · Fizzy FAQ

Is Fizzy still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-15. We re-verify nightly.

What can Fizzy do?

With this server connected, an agent can get, sets, or list accounts for subsequent tool calls, list boards in the account with column summaries, search for cards with filters, and get full details of a card by number or ID.

How do I install Fizzy?

Run `npx -y @silky/fizzy-mcp`. The README documents one environment variable (FIZZY_TOKEN) to set first. You can also paste the ready-made client config above.

Does Fizzy run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Fizzy

More productivity MCP servers · Jira Scoped · Server Trello · Focus Relay · Airtable · Caldav MCP

More TypeScript MCP servers · Hunch (davesheffer) · Uptime Kuma · Apple Health MCP · Eight Sleep MCP · Garminmcp · see all