Loading MCP server directory, please wait...
MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more
npx @getmcp/cli add io.github.stucchi/trelloRequires Python 3.10+. Community-contributed server. Review source before installing.
TRELLO_API_KEYAPI key from Trello Power-Up admin (https://trello.com/power-ups/admin)
TRELLO_TOKENUser token generated for your Trello API key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.stucchi/trello": {
"command": "uvx",
"args": [
"trello-mcp"
],
"env": {
"TRELLO_API_KEY": "",
"TRELLO_TOKEN": ""
}
}
}
}