Fizzy MCP Server
Rank #53,313glama/ryanyogan/fizzy-mcp
Enables AI agents to interact with the Fizzy task management tool through 40 specialized tools for managing boards, cards, and comments. It supports comprehensive task operations including card creation, triaging, and user assignments with built-in retry logic and secure authentication.
Fizzy MCP Server is a Model Context Protocol (MCP) server published by ryanyogan. It ranks #53,313 of 115,591 servers tracked on MCP Toplist. Fizzy MCP Server is listed across 2 registries — Glama and PulseMCP, with 1 release tag tracked from its GitHub repository. It was first listed on Mar 12, 2026 and most recently updated on Mar 18, 2026.
Ranks ahead of 62,278 of 115,591 servers on MCP Toplist.
Use Fizzy MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http fizzy-mcp https://fizzy-mcp-hosted.ryanyogan.workers.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.fizzy-mcp]
url = "https://fizzy-mcp-hosted.ryanyogan.workers.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://fizzy-mcp-hosted.ryanyogan.workers.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"fizzy-mcp": {
"url": "https://fizzy-mcp-hosted.ryanyogan.workers.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"fizzy-mcp": {
"type": "http",
"url": "https://fizzy-mcp-hosted.ryanyogan.workers.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"fizzy-mcp": {
"serverUrl": "https://fizzy-mcp-hosted.ryanyogan.workers.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"fizzy-mcp": {
"url": "https://fizzy-mcp-hosted.ryanyogan.workers.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fryanyogan%2Ffizzy-mcp)<a href="https://mcptoplist.com/server/glama%2Fryanyogan%2Ffizzy-mcp"><img src="https://mcptoplist.com/badge/glama%2Fryanyogan%2Ffizzy-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
ryanyogan
Other servers by ryanyogan
View all ryanyogan servers →GitHub releases (1)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v0.3.0 | Mar 18, 2026 |
Frequently asked questions
- Who maintains Fizzy MCP Server?
- Fizzy MCP Server is maintained by ryanyogan, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Fizzy MCP Server listed on the Official MCP Registry?
- Fizzy MCP Server is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does Fizzy MCP Server have?
- No registry surfaces explicit version metadata for Fizzy MCP Server; MCP Toplist tracks 1 release tag from its GitHub repository, most recently published on Mar 18, 2026.
- Where can I find the source code for Fizzy MCP Server?
- The source code for Fizzy MCP Server is hosted at github.com/ryanyogan/fizzy-mcp.