Skip to content
Cursor

Trello MCP Server for Cursor

io.github.stucchi/trello

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

client:Cursor transport:stdio runtime:pypi

Install Trello MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Trello MCP Server in other clients