MCP Server Trello
@MCP-Mirror
About MCP Server Trello
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"trello": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-trello"
],
"env": {
"TRELLO_API_KEY": "",
"TRELLO_TOKEN": "",
"TRELLO_BOARD_ID": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server Trello?
MCP Server Trello is a Model Context Protocol (MCP) server that provides tools for interacting with Trello boards. It handles rate limiting, type safety, and error handling automatically, and is designed for developers integrating Trello into AI‑assisted workflows.
How to use MCP Server Trello?
Install the package via npm (npm install @modelcontextprotocol/mcp-server-trello), then add the server to your MCP settings file with the required environment variables (TRELLO_API_KEY, TRELLO_TOKEN, TRELLO_BOARD_ID). The server is invoked automatically when tools are called from an MCP‑compatible host.
Main features of MCP Server Trello
- Full Trello board integration with cards, lists, and board activities
- Built‑in rate limiting that respects Trello’s API limits
- Type‑safe implementation written in TypeScript
- Robust input validation for all API inputs
- Graceful error handling with informative messages
Use cases of MCP Server Trello
- Automatically create Trello cards from external data sources
- Fetch all cards assigned to the current user for task tracking
- Update card details (name, description, due date, labels) programmatically
- Archive cards or lists to keep boards organised
- Retrieve recent board activity for audit or logging purposes
FAQ from MCP Server Trello
What runtime does MCP Server Trello require?
Node.js 16 or higher and npm or yarn.
How do I configure the server?
Add it to your MCP settings file with the TRELLO_API_KEY, TRELLO_TOKEN, and TRELLO_BOARD_ID environment variables set to your Trello credentials and board ID.
What tools does MCP Server Trello provide?
It provides nine tools: get_cards_by_list_id, get_lists, get_recent_activity, add_card_to_list, update_card_details, archive_card, add_list_to_board, archive_list, and get_my_cards.
How does rate limiting work?
The server uses a token bucket algorithm to automatically enforce Trello’s limits of 300 requests per 10 seconds per API key and 100 requests per 10 seconds per token. Requests are queued when limits are reached.
What kind of error messages does the server provide?
Detailed error messages are returned for invalid input parameters, rate limit exceedance, API authentication errors, network issues, and invalid board/list/card IDs.
Frequently asked questions
What runtime does MCP Server Trello require?
Node.js 16 or higher and npm or yarn.
How do I configure the server?
Add it to your MCP settings file with the `TRELLO_API_KEY`, `TRELLO_TOKEN`, and `TRELLO_BOARD_ID` environment variables set to your Trello credentials and board ID.
What tools does MCP Server Trello provide?
It provides nine tools: `get_cards_by_list_id`, `get_lists`, `get_recent_activity`, `add_card_to_list`, `update_card_details`, `archive_card`, `add_list_to_board`, `archive_list`, and `get_my_cards`.
How does rate limiting work?
The server uses a token bucket algorithm to automatically enforce Trello’s limits of 300 requests per 10 seconds per API key and 100 requests per 10 seconds per token. Requests are queued when limits are reached.
What kind of error messages does the server provide?
Detailed error messages are returned for invalid input parameters, rate limit exceedance, API authentication errors, network issues, and invalid board/list/card IDs.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments