Trello board management — create and manage boards, lists, cards, and checklists
TRELLO_API_KEYTRELLO_TOKENnpx @getmcp/cli add trelloConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"trello": {
"command": "npx",
"args": [
"-y",
"mcp-trello"
],
"env": {
"TRELLO_API_KEY": "",
"TRELLO_TOKEN": ""
}
}
}
}