fizzy-mcp — MCP server to use Fizzy with AI assistants (Claude, etc.) #2601
Unanswered
alexrbzz
asked this question in
Ideas and Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone 👋
I built an open-source MCP server for Fizzy that lets AI assistants (Claude Code, Claude Desktop, etc.) interact with your boards directly.
What it does
48 tools covering the full Fizzy API:
Install
Or add to your Claude Code
.mcp.json:{ "mcpServers": { "fizzy": { "command": "uvx", "args": ["fizzy-mcp"], "env": { "FIZZY_ACCESS_TOKEN": "your-token", "FIZZY_ACCOUNT_SLUG": "your-slug" } } } }Links
Feedback and contributions welcome!
Beta Was this translation helpful? Give feedback.
All reactions