Best for
- Individuals or teams already using Trello for task management who want to manipulate cards and lists conversationally via Claude Desktop or Cursor
- Developers who want quick Trello access from Claude Desktop or any SSE-capable MCP client
A clearly documented community Trello MCP server: boards are read-only, while lists, cards, and checklists support full CRUD, with Claude App, SSE, and Docker deployment options. Users should safeguard their Trello API credentials and be aware that delete operations cannot be undone.
Trello MCP Server is a community-maintained, Python-based MCP server that lets AI clients read Trello boards and create, update, or delete lists, cards, checklists, and checklist items. Boards themselves are read-only — creation, renaming, and deletion of boards is not supported. The server can run in two modes: a 'Claude App' mode that integrates directly with Claude Desktop, or a standalone SSE server mode usable by any MCP-compatible client such as Cursor, plus a Docker Compose deployment option.
uv run mcp install main.py to install the server into Claude Desktop (default Claude App mode), or set USE_CLAUDE_APP=false in .env and run python main.py for SSE mode (default localhost:8000); 6. Alternatively run via docker-compose up -d (SSE mode by default); 7. Restart Claude Desktop, or point an SSE-compatible client like Cursor at the server URL.{"mcpServers": {"trello": {"url": "http://localhost:8000/sse"}}}