Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Miro Mcp Server

    Miro MCP Server

    0 stars
    Kotlin
    Updated Apr 27, 2025

    Table of Contents

    • Overview
    • Use Cases
    • Installation
    • Option 0: Use public docker image
    • Option 1: Use prebuilt JAR
    • Option 2: Build from source
    • Connecting the MCP Server
    • Tools
    • Items
    • Sticky Notes
    • Connectors
    • Example Usage

    Table of Contents

    • Overview
    • Use Cases
    • Installation
    • Option 0: Use public docker image
    • Option 1: Use prebuilt JAR
    • Option 2: Build from source
    • Connecting the MCP Server
    • Tools
    • Items
    • Sticky Notes
    • Connectors
    • Example Usage

    Documentation

    Miro MCP Server

    Watch the demo

    Overview

    Miro MCP Server is an implementation of the Model Context Protocol (MCP) that integrates with Miro's REST API. It enables AI systems to collaborate with users directly on Miro boards by interacting with board widgets. This server provides tools that AI models can use to build visual diagrams and perform real-time collaboration.

    Use Cases

    • Board Collaboration: Automating collaboration on Miro boards.
    • Data Analysis: Analyze the current state of a Miro board and extract useful information from visual layouts.
    • AI-Powered Tools: Use large language models to assist with structured diagram creation, brainstorming, and visual task planning using the MCP protocol.

    Installation

    You can either download a precompiled JAR file from the Releases page or build the project yourself.

    Option 0: Use public docker image

    Add the following configuration to your file:

    json
    {
      "mcpServers": {
        "miro-mcp-server": {
          "command": "docker",
          "args": [
            "run",
            "-i",
            "--rm",
            "-e", "MIRO_TOKEN=your_miro_token_here",
            "maratmingazovr/miro-mcp-server:1.0"
          ]
        }
      }
    }

    Option 1: Use prebuilt JAR

    1. Download the latest release from the Releases page.

    2. Place the .jar file in a desired location.

    Option 2: Build from source

    bash
    git clone https://github.com/MaratMingazov/miro-mcp-server.git
    cd miro-mcp-server
    ./gradlew build

    The resulting .jar file will be located in build/libs/miro-mcp-server-1.0.jar.

    Connecting the MCP Server

    If you are using the Claude Desktop app with MacOS or Linux, you can find the configuration file at:

    code
    ~/Library/Application\ Support/Claude/claude_desktop_config.json

    Add the following configuration to your file:

    json
    {
      "mcpServers": {
        "miro-mcp-server": {
          "command": "java",
          "args": [
            "-jar",
            "/path/to/miro-mcp-server-1.0.jar",
            "--MIRO_TOKEN=miroToken"
          ]
        }
      }
    }

    Replace /path/to/miro-mcp-server-1.0.jar with the actual path to your .jar file and replace miroToken with your personal access token from Miro.

    You can generate a personal access token by following this guide.

    Tools

    Items

    • getWidgets - Get the widgets on a miro board
    • boardKey: Miro board key to get widgets

    Sticky Notes

    • createSticky - Create a sticky note widget (sticker) on a miro board
    • boardKey: Miro board key to get widgets
    • stickyNoteText: The text to be displayed on the sticker
    • x: Sticker position x coordinate
    • y: Sticker position y coordinate
    • width: Sticker width
    • fillColor: Sticker fill color

    Connectors

    • createConnector - Create a connector (line) widget between 2 specified widgets
    • boardKey: Miro board key to get widgets
    • firstWidgetId: First widget id for connector
    • secondWidgetId: Second widget id for connector
    • connectorText: The text to be displayed on connector

    Example Usage

    Here’s a sample prompt you can use to instruct Claude or another LLM agent to interact with Miro board:

    code
    I want you to create a simple diagram on a Miro board.
    Please follow the next steps:
    1 - Create a sticky note with some text.
    2 - Create the second sticky with a different text.
    3 - Now create a line between the two sticky notes using the id's of previously created stickers.

    ---

    Feel free to contribute or report issues on the Issues page.

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k