Skip to content
Cursor

Trello for Cursor

io.github.scaratec/trellio-mcp

MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini

client:Cursor transport:stdio runtime:pypi

Install Trello 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": {
    "trellio-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "trellio-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 in other clients