davegomez/fizzy-mcp
by Various
MCP server for Fizzy task management
MCP
davegomez/fizzy-mcp
Added 1 June 2026
Overview
An MCP server that exposes Fizzy task management operations through the Model Context Protocol. It allows MCP-compatible clients to create, read, update, and delete tasks in Fizzy. Built in TypeScript, it is a lightweight integration for developers.
Best for
Best for
Developers exploring MCP integrations with Fizzy task management
Use cases
- Connect AI assistants to Fizzy for task creation and updates
- Automate task management workflows via MCP tools
- Integrate Fizzy into custom MCP-based development environments
How to use
Install
claude mcp add --transport stdio Fizzy --env FIZZY_TOKEN=your-token-here -- npx -y @silky/fizzy-mcp Tools exposed
FIZZY_TOKENFIZZY_ACCOUNTFIZZY_BASE_URLaccount_slugboard_idtag_idsassignee_idscreator_idscloser_idscard_idsindexed_byassignment_statussorted_bycard_numbercard_idcolumn_idadd_tagsremove_tagscomment_idhas_more
Tested with
Claude Desktop, Claude Code, Cursor, Windsurf, Cline, Continue, VS Code
Example client config
{\n "mcpServers": {\n "Fizzy": {\n "command": "npx",\n "args": ["-y", "@silky/fizzy-mcp"],\n "env": {\n "FIZZY_TOKEN": "your-token-here"\n }\n }\n }\n} Notes
An MCP server that exposes Fizzy task management operations through the Model Context Protocol. It allows MCP-compatible clients to create, read, update, and delete tasks in Fizzy. Built in TypeScript, it is a lightweight integration for developers.
2 stars on GitHub. Last updated 2026-02-15. Licensed AGPL-3.0.
Use cases
- Connect AI assistants to Fizzy for task creation and updates
- Automate task management workflows via MCP tools
- Integrate Fizzy into custom MCP-based development environments
Pros
- Simple TypeScript codebase easy to understand and modify
- Open source with no vendor lock-in
- Follows the MCP standard for interoperability
Cons
- Very early stage with only 2 GitHub stars and minimal adoption
- Limited documentation and community support
- May lack advanced features or error handling found in mature tools
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple TypeScript codebase easy to understand and modify
- Open source with no vendor lock-in
- Follows the MCP standard for interoperability
Cons
- Very early stage with only 2 GitHub stars and minimal adoption
- Limited documentation and community support
- May lack advanced features or error handling found in mature tools
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.