SZ84.NET
Back to List
OfficialCollaborationMiro

Miro MCP

The official Miro MCP server enables AI models to interact with Miro's online collaborative whiteboards. It provides tools for creating widgets, managing board content, and facilitating team brainstorming sessions. This integration is perfect for AI-assisted project planning, design thinking, and collaborative visual workflows.

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "miro": {
      "command": "npx",
      "args": [
        "-y",
        "@miro-app/mcp-server"
      ],
      "env": {
        "MIRO_AUTH_TOKEN": "YOUR_ACCESS_TOKEN"
      }
    }
  }
}

Key Features

Create and manage Miro board widgets

Retrieve and update board content

Support for sticky notes, shapes, and text

Real-time collaboration metadata access

Server Details

The official Miro MCP server enables AI models to interact with Miro's online collaborative whiteboards. It provides tools for creating widgets, managing board content, and facilitating team brainstorming sessions. This integration is perfect for AI-assisted project planning, design thinking, and collaborative visual workflows.

Pricing

free

Tags

OfficialCollaborationMiro

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository