Back to Apps

Trello MCP Server
Supports UIby delorenj
Comprehensive Trello integration for AI agents to manage boards, cards, lists, and checklists with full API parity.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI agents directly to Trello boards and workspaces, allowing the AI to act as a project manager. It enables the creation, modification, and organization of Kanban boards, providing the AI with the ability to track tasks, manage pipelines, and organize team collaboration.
Tools
get_card: Fetches comprehensive details of a Trello card, including checklists and attachments.add_card_to_list: Creates a new card in a specified list.update_card_details: Modifies card names, descriptions, or due dates.get_checklist_items: Retrieves all items from a specific checklist.add_checklist_item: Adds a new item to an existing checklist.list_boards: Lists all Trello boards the user has access to.set_active_board: Switches the active board for future operations.attach_file_to_card: Attaches files or images to cards via URL.add_comment: Adds a comment to a specific Trello card.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"trello": {
"command": "bunx",
"args": ["@delorenj/mcp-server-trello"],
"env": {
"TRELLO_API_KEY": "your-trello-api-key",
"TRELLO_TOKEN": "your-trello-token"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
bunx @delorenj/mcp-server-trelloInformation
- Pricing
- free
- Published
- 5/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"trello": {"command": "bunx", "args": ["@delorenj/mcp-server-trello"], "env": {"TRELLO_API_KEY": "your-trello-api-key", "TRELLO_TOKEN": "your-trello-token"}}}}





