mcp.film

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

Miro MCP

OfficialRemoteby Mirofreemiumverified Aug 15, 2026

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

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 with dynamic client registration; run /mcp auth in Claude Code and complete the Miro browser flow

Field notes

Still public beta six months after the 2 Feb 2026 launch — Miro's own marketplace listing says so. Endpoint re-confirmed 15 Aug 2026 as https://mcp.miro.com (no trailing slash in Miro's docs); also installable as a Claude Code plugin (/plugin install miro@miro-ai) from the miroapp/miro-ai repo. Enterprise seats are the catch: an admin must enable MCP for the org before anyone can authorize, while other plans authorize directly. Tool schemas live at developers.miro.com/docs/miro-mcp-tools — the server itself is the source of truth.

Pairs well with