Loading MCP server directory, please wait...
MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini
npx @getmcp/cli add io.github.scaratec/trellio-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
TRELLO_API_KEYTrello API Key (from https://trello.com/power-ups/admin)
TRELLO_TOKENTrello API Token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.scaratec/trellio-mcp": {
"command": "uvx",
"args": [
"trellio-mcp"
],
"env": {
"TRELLO_API_KEY": "",
"TRELLO_TOKEN": ""
}
}
}
}