Skip to content
Gemini CLI

Trello MCP Server for Gemini CLI

io.github.jimdrews/fastmcp-trello

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

client:Gemini CLI transport:stdio runtime:pypi

Install Trello MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Trello MCP Server in other clients