Skip to content
Miro MCP Server

Miro MCP Server

by Miro
MIT
Featured Productivity
mirowhiteboarddiagramscollaborationoauthvisual-collaboration

Summary

Miro's official hosted MCP server at mcp.miro.com — let agents search and summarise boards, build them, generate diagrams and act on comments, on any Miro plan.

Features

  • Summarise and search boards from natural language
  • Build boards and generate diagrams programmatically
  • Read and act on board comments
  • OAuth 2.1 with dynamic client registration; respects existing board permissions
  • Available on every Miro plan including free teams, at no extra cost
  • Claude Code plugin bundles seven skills: browse, code-review, code-spec, code-explain-on-board, diagram, doc and table

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Miro MCP Server" tools will be available.
{
  "mcpServers": {
    "miro-mcp-server": {
      "command": "claude",
      "args": [
        "mcp",
        "add",
        "--transport",
        "http",
        "miro",
        "https://mcp.miro.com"
      ]
    }
  }
}

Description

Miro's official MCP server connects coding agents directly to Miro boards over a single hosted endpoint, https://mcp.miro.com/. It is published from the company's miroapp/miro-ai repository alongside the rest of Miro's AI developer tooling.

Four capability areas define what it is for: summarising and searching boards, building boards, generating diagrams, and acting on comments. That combination makes it more useful than a read-only integration — an agent can turn a code review into a board, render an architecture diagram from a repository, or work through the comment threads a team left on a design.

Authentication is OAuth 2.1 with dynamic client registration, and access respects the board permissions the authenticating user already has, so the server cannot reach boards its operator could not open. Rate limiting is applied server-side, and Enterprise customers get additional administrative controls — on Enterprise plans an admin has to enable MCP before it will connect.

Pricing is the notable part: it is available on all Miro plans, including free teams, at no additional cost, which is unusual among vendor MCP servers.

The recommended install for Claude Code is the plugin rather than a bare MCP entry, because it bundles seven skills — miro-browse, miro-code-review, miro-code-spec, miro-code-explain-on-board, miro-diagram, miro-doc and miro-table — alongside the server. Restart Claude Code after installing, and remove any manual Miro MCP entry you configured previously to avoid a duplicate. Cursor, VS Code, Copilot, ChatGPT and Codex connect with a plain URL entry. MIT licensed.

Best for engineering teams that already run design reviews, architecture sessions or planning on Miro and want the agent's output to land where the team is looking.

Related MCP Servers

New

Amplitude's official hosted MCP server with 50+ tools over analytics, cohorts, experiments, feature flags, taxonomy and session replay, secured by OAuth and existing RBAC roles.

Databases & DataProductivity

Google's own remote MCP endpoints for Gmail, Drive, Docs, Sheets, Slides, Calendar, Chat and People — OAuth 2.0, hosted by Google, no server to run.

Productivity

MCP: Zapier MCP

by Zapier

New

Zapier's official hosted MCP server, exposing actions across 8,000+ connected apps as agent tools — with you choosing exactly which actions each server may perform.

Productivity
1 views

MCP: Slack

by Zencoder

Featured

Read and post to Slack from an AI client — channels, threads, reactions, and user lookup.

Productivity
2 views
Browse all MCP servers →