Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Fabric-Pro • Uncategorized
An MCP server enabling AI assistants to interact with Fizzy project management via natural language.
Interact with Fizzy boards, cards, and projects via natural language.
Multi-user support in production environments using HTTP transport.
IDE integration with tools like Cursor, VS Code, and Claude Desktop.
The Fizzy MCP Server provides full coverage of the Fizzy API, allowing AI tools like Claude, Cursor, and GitHub Copilot to manage boards, cards, projects, and more through natural language commands. It supports multiple transport protocols including stdio for IDE integration and HTTP for production multi-user deployments, with robust error handling, automatic retries, and caching. The server can be run locally or deployed globally on Cloudflare Workers, facilitating flexible and scalable usage.
Get the current authenticated user's identity and all associated Fizzy accounts. Returns user information including email, name, and list of accounts with their slugs and permissions.
Get all Fizzy accounts accessible to the current user. Returns account details including slugs, names, and access levels.
Get all boards in a Fizzy account. Returns board details including IDs, names, descriptions, and URLs. Use this to discover available boards before working with cards.
Get detailed information about a specific board including its name, description, URL, and metadata. Use this to understand board structure before querying cards or columns.
Create a new board in a Fizzy account. Boards are top-level containers for organizing cards. Returns the newly created board with its ID and URL.