Skip to content
Claude Desktop

Trello MCP Server for Claude Desktop

io.github.stucchi/trello

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

client:Claude Desktop transport:stdio runtime:pypi

Install Trello MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "trello": {
      "command": "uvx",
      "args": [
        "trello-mcp"
      ],
      "env": {
        "TRELLO_API_KEY": "<TRELLO_API_KEY>",
        "TRELLO_TOKEN": "<TRELLO_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Trello MCP Server in other clients