Skip to content
Grok

Trello MCP Server for Grok

io.github.jimdrews/fastmcp-trello

Manage Trello boards, lists, and cards from any MCP-compatible AI assistant

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": {
    "fastmcp-trello": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fastmcp-trello"
      ],
      "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