About
Overview
The Trello MCP Server enables AI agents to manage Trello boards for visual project management. It provides tools for creating and managing boards, lists, and cards, moving cards between lists, managing labels and checklists, and searching across boards.
Capabilities
Tools & Capabilities
⚡list_boards
List all Trello boards
⚡list_cards
List cards in a list or board
⚡create_card
Create a new card
⚡move_card
Move a card to a different list
⚡update_card
Update card properties
⚡add_comment
Add a comment to a card
Setup
Installation
bash
Install
npx -y mcp-server-trelloExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"trello": {
"command": "npx",
"args": ["-y", "mcp-server-trello"],
"env": {
"TRELLO_API_KEY": "your-api-key",
"TRELLO_TOKEN": "your-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 70
Last UpdatedFeb 12, 2026