mcpbeat Sign in

Fizzy MCP Server

by davegomez Your server? Claim it
local only

Fizzy runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 15 Feb 2026.

MCP server for Fizzy task management

Installs per day peak 16 · avg 6 · +72% w/w
a month agotoday
39
Installs / week
npm · @silky/fizzy-mcp
3
Stars
0 open issues
15 Feb 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Fizzy every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fizzy -- npx -y @silky/fizzy-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fizzy": {
      "args": [
        "-y",
        "@silky/fizzy-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fizzy]
command = "npx"
args = ["-y", "@silky/fizzy-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fizzy": {
      "args": [
        "-y",
        "@silky/fizzy-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fizzy": {
      "args": [
        "-y",
        "@silky/fizzy-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FIZZY_TOKEN (Fizzy API authentication token), FIZZY_BASE_URL (Fizzy API base URL (defaults to production)), FIZZY_ACCOUNT (Default Fizzy account slug). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fizzy

same job, measured the same way
Tasks Example
by alpic-tasks-example-ca49f0f6

A test MCP server for task management

2 tools answering
Todoist MCP
by ecfaria

MCP server for Todoist task management integration

23 installs/wk local only
Dida365
by evalor

MCP Server for Dida365 (TickTick) Task Management Integration

33 installs/wk local only
Megaplan MCP
by theyahia

MCP server for Megaplan — tasks, deals management via API v3.

60 installs/wk local only
MCP Shorturl
by acedatacloud

MCP server for URL shortening and management

524 installs/wk answering
TaskChampion MCP
by gabiup2

MCP server for Taskwarrior 3.x, TaskChampion, and Timewarrior task management.

141 installs/wk local only
AgentMarketplace
by raditotev

MCP Server for an Agent Task Marketplace

22 tools answering
Devcycle
by devcycle

DevCycle MCP server for feature flag management

answering

Fizzy — questions

Answers built from our own checks of this server.

Why is there no uptime for Fizzy?
Fizzy runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @silky/fizzy-mcp was installed 39 times last week.
How do I connect Fizzy?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @silky/fizzy-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Fizzy?
The npm package @silky/fizzy-mcp was installed 39 times in the last week. Week over week that is +72%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fizzy open source?
Yes — it is published under the AGPL-3.0 licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.