Skip to content
Zed

Trello MCP Server for Zed

io.github.jimdrews/fastmcp-trello

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

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