Skip to content
Zed

Miro for Zed

io.github.olgasafonova/miro-mcp-server

Control Miro whiteboards with AI. 110 tools for boards, diagrams, mindmaps, comments, SVG.

client:Zed transport:stdio runtime:oci

Install Miro 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": {
    "miro-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/olgasafonova/miro-mcp-server:1.25.0"
      ],
      "env": {
        "MIRO_ACCESS_TOKEN": "<MIRO_ACCESS_TOKEN>"
      }
    }
  }
}

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

Miro in other clients