Trello Desktop MCP
A Model Context Protocol (MCP) server that provides comprehensive Trello integration for Claude Desktop. This server enables Claude to interact with Trello boards, cards, lists, and more through a secure local connection.
Features
π Search & Discovery
Universal Search: Search across all Trello content (boards, cards, members, organizations)
User Boards: Get all boards accessible to the current user
Board Details: Retrieve detailed information about boards including lists and cards
π Card Management
Create Cards: Add new cards to any list with descriptions, due dates, and assignments
Update Cards: Modify card properties like name, description, due dates, and status
Move Cards: Transfer cards between lists to update workflow status
Get Card Details: Fetch comprehensive card information including members, labels, and checklists
π¬ Collaboration
Add Comments: Post comments on cards for team communication
Member Management: View board members and member details
Activity History: Track card actions and changes
π Organization
List Management: Create new lists and get cards within specific lists
Labels: View and manage board labels for categorization
Checklists: Access card checklists and checklist items
Attachments: View card attachments and linked files
Server Config
{
"mcpServers": {
"trello": {
"command": "node",
"args": [
"/absolute/path/to/trello-desktop-mcp/dist/index.js"
],
"env": {
"TRELLO_API_KEY": "your-api-key-here",
"TRELLO_TOKEN": "your-token-here"
}
}
}
}