Trello
📋 Productivity
MCP server for Trello board management with full card, list, checklist, and workspace operations. Dynamic board selection, rate limiting, activity tracking, comments, and attachments for complete project management through AI.
Tags
Tools (18)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"trello": {
"command": "npx",
"args": [
"-y",
"@delorenj/mcp-server-trello"
],
"env": {
"TRELLO_API_KEY": "your-trello-api-key-here",
"TRELLO_TOKEN": "your-trello-token-here"
}
}
}
}