Skip to content
Cursor

Miro for Cursor

io.github.olgasafonova/miro-mcp-server

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

client:Cursor transport:stdio runtime:oci

Install Miro in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "miro-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/olgasafonova/miro-mcp-server:1.25.0"
      ],
      "env": {
        "MIRO_ACCESS_TOKEN": "<MIRO_ACCESS_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Miro in other clients