fizzy-mcp
Verified Safeby Fabric-Pro
Overview
Enables AI assistants (like Claude, Cursor, GitHub Copilot) to interact with Fizzy project management tools (boards, cards, comments, etc.) through natural language by acting as a Model Context Protocol (MCP) server.
Installation
FIZZY_ACCESS_TOKEN="your-token-here" npx fizzy-mcpEnvironment Variables
- FIZZY_ACCESS_TOKEN
- FIZZY_BASE_URL
- PORT
- MCP_TRANSPORT
- MCP_ALLOWED_ORIGINS
- MCP_AUTH_TOKEN
- MCP_BIND_ALL_INTERFACES
- LOG_LEVEL
- RATE_LIMIT_RPM
- ENABLE_CACHE
- ENABLE_RATE_LIMIT
Security Notes
The server implements robust security measures, including explicit origin validation, per-user authentication using Authorization: Bearer headers (for HTTP/SSE transports), optional client-level authentication via MCP_AUTH_TOKEN, and default localhost-only binding. Tool execution is safely mapped via a switch statement, avoiding dynamic code execution (e.g., eval). Rate limiting is available for Cloudflare deployments. Security warnings are logged for insecure configurations. Fizzy access tokens are read from environment variables or per-request headers, not hardcoded. Overall, a well-secured design with strong emphasis on multi-user isolation and access control.
Similar Servers
ha-mcp
Provides AI agents with complete control over Home Assistant via REST and WebSocket APIs, offering a comprehensive suite of tools for smart home management, automation, and debugging.
backlog-mcp-server
This MCP server integrates Backlog API with AI agents like Claude to manage projects, issues, and wikis, providing a conversational interface for project management tasks.
mcp-github-project-manager
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.
fsi-mcp-server
Provides a Model Context Protocol (MCP) server wrapper for F# Interactive (FSI) to enable AI-assisted development workflows with programmatic access to FSI sessions.