Project Management
Fizzy MCP
Fizzy MCP provides comprehensive access to Fizzy, the project management tool by Basecamp. Manage boards, cards, comments, reactions, steps, columns, tags, users, and notifications through natural language. Built with TypeScript, it supports Stdio, SSE, and Streamable HTTP transport protocols for flexible integration.
Stars
920
Installs
18.5k
License
MIT
Kind
MCP
Trust evidence
Catalogued
Catalogued MCP with public repository metadata. Not a verified endorsement.
- Stars: 920 · catalog
- Freshness: Updated 2026-02-03
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: FIZZY_API_TOKEN
- · Node.js 18+
Reference command
{
"mcpServers": {
"fizzy": {
"command": "npx",
"args": ["-y", "fizzy-mcp"],
"env": {
"FIZZY_API_TOKEN": "<your-api-token>"
}
}
}
}