Fizzy MCP Server
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 Serverlist my open tickets"
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 Server & Antigravity Ticket Resolver
Integrate Fizzy with Antigravity (and other Model Context Protocol clients) for automated ticket resolution, card management, commenting, and task tracking.
Features
🔑 Authentication: Authenticate using standard Fizzy Personal Access Tokens (PAT).
🏷️ Card Management: Fetch, search, create, update, close, and reopen cards/tickets.
💬 Rich Commenting: List comments and post Markdown resolution comments automatically.
🎯 High-level
fizzy_resolve_tickettool: Formats a detailed resolution summary, attaches it to the card on Fizzy, and marks the card as closed/done in a single step.🧠 Antigravity Skill (
fizzy-resolver): Teaches Antigravity how to read Fizzy ticket specs, modify codebase files, run verification tests, and resolve tickets automatically.
Related MCP server: fizzy-mcp
Setup & Configuration
1. Environment Setup
Add your Fizzy PAT token to .env:
FIZZY_TOKEN=your_personal_access_token_here2. Install Dependencies
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt3. MCP Configuration
The project includes preconfigured MCP settings in .vscode/mcp.json:
{
"mcpServers": {
"fizzy": {
"command": "/home/kd/Work/fizzy-mcp/.venv/bin/python",
"args": ["-m", "src.server"],
"cwd": "/home/kd/Work/fizzy-mcp"
}
}
}MCP Tools Provided
Tool | Description |
| Get authenticated user info and accounts list |
| List available Fizzy boards |
| Filter/search cards (by board, status, query terms) |
| Get ticket details and acceptance criteria by ID or card number |
| Create a new ticket card |
| Update title, description, or column of a card |
| Read discussion comments on a card |
| Post a comment to a card |
| Close a card/ticket |
| Reopen a closed card |
| Post resolution summary & close ticket in one tool call |
Testing
Run tests with pytest:
./.venv/bin/pytestThis 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
- AlicenseAqualityCmaintenanceMCP server for Fizzy kanban task management with tools for boards, cards, comments, and checklists.7413AGPL 3.0
- Alicense-qualityCmaintenanceEnables 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.24MIT
- Alicense-qualityDmaintenanceMCP server for Fizzy (Kanban tool by 37signals) that enables AI assistants to read and manage boards, cards, columns, tags, comments, and more.1MIT
Related MCP Connectors
Freshdesk MCP Pack — helpdesk ticket and contact management via Freshdesk API v2.
Surface customer & prospect context from Slack, email, transcripts and tickets in any MCP client.
Search, document and execute authenticated API calls across 500+ apps via one MCP server
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/eq-kuldeep/fizzy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server