Claude MCP Trello

Author:@hrs-asano
View on GitHub

Overview

Claude MCP Trello is an MCP (Model Context Protocol) server. It connects with Trello boards through the Trello API. The server handles technical details like rate limits, type safety, and errors automatically for you.

To start using it, clone its GitHub repository and install the required dependencies. You need to provide your Trello API key and token for configuration. Once set up, you can run the server and use its tools to work with your Trello boards.

Its main features include full integration with Trello boards, cards, and lists. It has built-in rate limiting to follow Trello's API rules. The project is written in TypeScript, ensuring type safety, and includes strong input validation and error handling.

Common use cases are automating card management, fetching recent board activities, and embedding Trello functions into other applications or services.

For rate limits, the server enforces Trello's API policy: 300 requests per 10 seconds per API key and 100 requests per 10 seconds per token. Setup involves cloning, installing dependencies, building the project, and configuring your credentials. The project is open source and available under the MIT License.