Skip to content
Zed

Trello MCP Server for Zed

io.github.stucchi/trello

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

client:Zed transport:stdio runtime:pypi

Install Trello MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Trello MCP Server in other clients