Fizzy MCP Server
Provides tools for interacting with Fizzy, Basecamp's task management tool, enabling AI agents to manage boards, cards, columns, comments, tags, and users.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fizzy MCP ServerCreate a new card on the Engineering board for 'Fix login bug'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Fizzy MCP
What is Fizzy MCP?
Fizzy MCP is an open-source Model Context Protocol server that enables AI assistants to interact with Fizzy, Basecamp's task management tool.
With Fizzy MCP, your AI can:
Read your boards and cards - Get full context about your projects
Create new cards - Add tasks directly from conversation
Update existing cards - Modify descriptions, tags, and status
Move cards - Triage cards to columns, postpone, or close them
Add comments - Leave notes and updates on cards
Related MCP server: Kanban Zone MCP Server
Quick Start
npx fizzy-do-mcp@latest configureThe wizard will:
Detect your installed editors (Claude Desktop, Cursor, etc.)
Prompt for your Fizzy API token
Configure each editor automatically
Or configure manually:
{
"mcpServers": {
"fizzy": {
"command": "npx",
"args": ["-y", "fizzy-do-mcp@latest"],
"env": {
"FIZZY_TOKEN": "your-fizzy-api-token"
}
}
}
}Supported Editors
Editor | Status | Configuration |
Claude Desktop | ✅ Full support | |
Claude Code | ✅ Full support | |
Cursor | ✅ Full support | |
OpenCode | ✅ Full support | |
Windsurf | ✅ Full support | |
Continue | ✅ Full support |
Example Usage
You: What's on my Engineering board?
AI: I found 12 open cards on your Engineering board:
In Progress:
- #234 "Implement user authentication" (assigned to you)
- #235 "API rate limiting"
Needs Triage:
- #240 "Database migration script"
- #241 "Update dependencies"
You: Create a card for adding dark mode support
AI: Created card #242 "Add dark mode support" on the Engineering board.
Would you like me to add any tags or assign it to someone?Available Tools
Fizzy MCP provides 40+ tools covering all major Fizzy operations:
Category | Tools |
Identity |
|
Boards |
|
Cards |
|
Comments |
|
Columns |
|
Tags & Users |
|
See the Tools Reference for complete documentation.
Architecture
fizzy-do-mcp/
├── packages/
│ ├── shared/ # Types, schemas, Result type
│ ├── client/ # Type-safe HTTP client for Fizzy API
│ └── tools/ # MCP tool definitions
├── apps/
│ ├── server/ # CLI and MCP server (npm: fizzy-do-mcp)
│ └── hosted/ # Hosted proxy service (Cloudflare Workers)
└── docs/ # Documentation site (VitePress)Deployment Options
Local Server (Recommended)
Run via
npx fizzy-do-mcp@latestMaximum privacy - tokens stay on your machine
No rate limits
Hosted Proxy
Available at
https://mcp.fizzy.yogan.devUse
X-Fizzy-Tokenheader for authenticationUseful for environments where npx isn't available
Development
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Run type checker
pnpm typecheck
# Run linter
pnpm lint
# Develop the CLI
cd apps/server
pnpm dev
# Develop docs
cd docs
pnpm devRequirements
Node.js 20+ - For running the local MCP server
Fizzy Account - Sign up at fizzy.do
API Token - Generate from your Fizzy account settings
MCP-Compatible Editor - Claude Desktop, Cursor, etc.
License
MIT
Credits
Built for Claude and the Model Context Protocol
Connects to Fizzy, Basecamp's task management tool
Developed by Ryan Yogan
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables AI assistants to interact with Fizzy project management boards, cards, and tasks through natural language. It provides full API coverage for managing project workflows, comments, and notifications across multiple transport protocols and IDEs.3417MIT

Kanban Zone MCP Serverofficial
AlicenseAqualityBmaintenanceEnables AI assistants to manage Kanban Zone workspaces via 23 tools for boards, cards, comments, checklists, and tasks.27411MIT- Alicense-qualityCmaintenanceOpen-source MCP server that connects AI assistants to Fizzy (Basecamp's task management) with 70+ tools for boards, cards, workflows, and AI-powered project management.93MIT
- Alicense-qualityBmaintenanceEnables AI assistants to interact with Atlassian Jira via API token authentication, with 46 optimized tools across modular architecture for CRUD, agile, dashboard, and search operations.1171MIT
Related MCP Connectors
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
60+ Meta Ads tools for AI agents: audits, campaign management, audiences and CAPI tracking.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ryanyogan/fizzy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server