MCP server

Miro

MCP

Official Miro MCP. Boards to code.

Miro’s remote server. Context-to-code, diagrams, tables — the board you authorize.

latest·Proprietary·Updated this quarter·github.com/miroapp/miro-ai·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "miro": {
      "url": "https://mcp.miro.com/"
    }
  }
}

By Miro

Spec

What the server actually exposes.

  • list_boards

    read

    Boards you can see.

  • get_board

    read

    Items on a board.

  • create_item

    write

    Add an item after you confirm.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

miro-mcp.mcp/tools

Tools

  • list_boards

    Boards you can see.

    read
  • get_board

    Items on a board.

    read
  • create_item

    Add an item after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_boards",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.