trello-mcp-server
The Trello MCP Server is designed to facilitate interactions with Trello through AI-enabled hosts. It supports a variety of operations on Trello boards, lists, and cards, making it a comprehensive tool for integrating Trello workflows with MCP-compatible clients.
What are the prerequisites for using the Trello MCP Server?
You need Python 3.12 or higher, Claude for Desktop, a Trello account with API credentials, and the 'uv' package manager.
How do I configure the server?
Configuration is done through environment variables in the .env file, where you set your Trello API key, token, and other server settings.
Can I use the server without Claude Desktop?
Yes, you can run the server in SSE mode and connect it to any MCP-compatible client.
What operations can I perform on Trello boards?
You can read all boards and specific board details, but writing, updating, and deleting boards are not supported.
How do I troubleshoot connection issues?
Verify your Trello API credentials, check permissions, ensure Claude is updated, and review logs for errors.