A Model Context Protocol server for Trello
| Tool name | Description | Destructive? |
|---|---|---|
| getMyBoards | ✓ no | |
| getCard | ✓ no | |
| getCardsByList | ✓ no | |
| getLists | ✓ no | |
| getRecentActivity | ✓ no |
| addCard | ✓ no | |
| updateCard | ✓ no | |
| moveCard | ✓ no | |
| changeCardMembers | ✓ no | |
| archiveCard | ✓ no | |
| addList | ✓ no | |
| archiveList | ✓ no | |
| addComment | ✓ no | |
| updateComment | ✓ no | |
| deleteComment⚠ | ⚠ yes | |
| getMyCards | ✓ no |
{
"mcpServers": {
"mcp-trello": {
"command": "npx",
"args": [
"-y",
"mcp-trello"
]
}
}
}