← Index

Trello MCP Server

io.github.stucchi/trello·v1.6.0·Productivity & Project Mgmt
Quality Score
95
/100

MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "trello": {
      "command": "uvx",
      "args": [
        "trello-mcp"
      ],
      "env": {
        "TRELLO_API_KEY": "<your-trello_api_key>",
        "TRELLO_TOKEN": "<your-trello_token>"
      }
    }
  }
}
§02  Environment variables
TRELLO_API_KEY
requiredsecret

API key from Trello Power-Up admin (https://trello.com/power-ups/admin)

TRELLO_TOKEN
requiredsecret

User token generated for your Trello API key

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Productivity & Project Mgmt