Loading languages...
@L

@llmindset/mcp-miro

@evalstate67

A Model Context Protocol server to connect to the MIRO Whiteboard Application. - Allows Board manipulation, sticky creation, bulk operations and more. - Pass your OAuth key as an Environment Variable, or using the "--token" argument. - Taking a photo of stickies and asking Claude to create MIRO equivalent works _really_ well.

miro
whiteboard
connector
claude

# mcpServer Config

{
  "mcpServers": {
    "mcp-miro": {
      "command": "/path/to/node-or-npx",
      "arguments": [
        "/path/to/mcp-miro/build/index.js",
        "--token",
        "MIRO-OAUTH-KEY"
      ]
    }
  }
}

# stdio

npx -y @llmindset/mcp-miro
Transport:
stdio
Sprache:
JavaScript
Aktualisiert:7/23/2025