Skip to content
Windsurf

Trello MCP Server for Windsurf

io.github.jimdrews/fastmcp-trello

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

client:Windsurf transport:stdio runtime:pypi

Install Trello MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Trello MCP Server in other clients