🔌

Miro MCP

Design320

Access and collaborate on Miro boards and visual collaboration spaces.

Claude DesktopCursor

Overview

Access and collaborate on Miro boards and visual collaboration spaces.

Setup

Run with npx:

npx -y @modelcontextprotocol/server-miro

Configuration

MIRO_API_TOKEN environment variable

Documentation

Miro MCP

Overview

The Miro MCP server enables AI agents to access and collaborate on Miro boards and visual collaboration spaces. Perfect for design reviews, brainstorming sessions, and visual project management.

Features

  • Board Access: Read and navigate Miro boards
  • Object Management: Create and modify board objects
  • Team Collaboration: View team members and permissions
  • Comment Management: Add and manage comments
  • Export: Export board content

Installation

npx -y @modelcontextprotocol/server-miro

Configuration

{
  "mcpServers": {
    "miro": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-miro"],
      "env": {
        "MIRO_API_TOKEN": "your-api-token"
      }
    }
  }
}

API Token Setup

  1. Go to Miro Developer Portal
  2. Create a new app
  3. Generate an API token
  4. Set the MIRO_API_TOKEN environment variable

Available Tools

ToolDescription
list_boardsList accessible boards
get_boardGet board details
get_board_objectsGet objects on a board
create_objectCreate a new board object
update_objectUpdate an object
delete_objectDelete an object
add_commentAdd a comment to board

Usage Examples

Get Board Overview

Show me all objects on my "Project Roadmap" board.

Create a Sticky Note

Create a sticky note on the "Brainstorming" board with the text "New feature idea".

Add a Comment

Add a comment to the wireframe object saying "Consider larger buttons".

Pros

  • ✅ Visual collaboration integration
  • ✅ Board and object management
  • ✅ Good for design workflows

Cons

  • ❌ Requires Miro account
  • ❌ API token setup needed
  • ❌ Limited to Miro boards

Resources