Back to MCP Servers

Miro

Access MIRO whiteboards, bulk create and read items. Requires OAUTH key for REST API.

other-tools-and-integrationsapirest

Installation

npx -y mcp-miro

Configuration

{
  "mcpServers": {
    "mcp-miro": {
      "command": "npx",
      "args": ["-y", "mcp-miro"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub