Skip to content
Grok

Trello MCP Server for Grok

io.github.stucchi/trello

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

client:Grok transport:stdio runtime:pypi

Install Trello MCP Server in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Trello MCP Server in other clients