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 intended for developers using MCP-enabled applications.
How to use MCP Server Trello?
Install via npm: npm install @modelcontextprotocol/mcp-server-trello. Configure in your MCP settings file with the required environment variables TRELLO_API_KEY, TRELLO_TOKEN, and TRELLO_BOARD_ID. The server exposes tools like 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.
Key features of MCP Server Trello
- Full Trello board integration: cards, lists, board activities
- Built-in rate limiting respecting Trello’s API limits
- Type-safe implementation in TypeScript
- Input validation for all API inputs
- Graceful error handling with informative messages
Use cases of MCP Server Trello
- Automate card creation and updates across Trello lists
- Retrieve and display board activity for reporting
- Move or archive cards and lists based on triggers
- Fetch all cards assigned to the current user
FAQ from MCP Server Trello
What environment variables are required?
TRELLO_API_KEY (from https://trello.com/app-key), TRELLO_TOKEN (generate using your API key), and TRELLO_BOARD_ID (found in the board URL).
How does rate limiting work?
The server uses a token bucket algorithm to comply with Trello’s limits: 300 requests per 10 seconds per API key and 100 requests per 10 seconds per token. Requests are queued if limits are reached.
What runtime dependencies are needed?
Node.js 16 or higher and npm or yarn.
What transport or authentication does the server use?
It uses Trello’s REST API with an API key and token provided via environment variables. The MCP transport is handled by the Model Context Protocol SDK.
Are there any known limitations?
The server requires a single board ID; it does not support switching boards dynamically. Rate limits are enforced automatically.
Frequently asked questions
What environment variables are required?
`TRELLO_API_KEY` (from https://trello.com/app-key), `TRELLO_TOKEN` (generate using your API key), and `TRELLO_BOARD_ID` (found in the board URL).
How does rate limiting work?
The server uses a token bucket algorithm to comply with Trello’s limits: 300 requests per 10 seconds per API key and 100 requests per 10 seconds per token. Requests are queued if limits are reached.
What runtime dependencies are needed?
Node.js 16 or higher and npm or yarn.
What transport or authentication does the server use?
It uses Trello’s REST API with an API key and token provided via environment variables. The MCP transport is handled by the Model Context Protocol SDK.
Are there any known limitations?
The server requires a single board ID; it does not support switching boards dynamically. Rate limits are enforced automatically.
Basic information
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments