mcp.film

mcp.film / Story & Pre-Production / Miro MCP

Miro MCP

OfficialRemoteby Mirofreemiumverified Jun 11, 2026

Official Miro MCP — build and read storyboards, frames, and planning boards via AI.

Rate it: no ratings yet

What it does

Miro's hosted MCP server (public beta) lets agents create and read board content: frames, sticky notes, shapes, text, cards, docs, tables, and diagrams, plus retrieve images and resolve comments. A strong fit for storyboard layouts, shot-planning walls, and mood boards your whole team can see.

Connect

Remote endpoint (Streamable HTTP)
https://mcp.miro.com/
Claude Code
claude mcp add --transport http miro https://mcp.miro.com/
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "miro": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.miro.com/"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "miro": {
      "url": "https://mcp.miro.com/"
    }
  }
}
Auth: oauth — OAuth 2.1 browser flow, per-team authorization

Field notes

Public beta; also installable as a Claude Code plugin (/plugin install miro@miro-ai). Tool schemas live at developers.miro.com — the server itself is the source of truth. Enterprise plans add admin controls.

Pairs well with