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

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2025 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Miro

    95 stars
    TypeScript
    Updated Nov 1, 2025

    Documentation

    mcp-miro MCP Server

    smithery badge

    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.

    Installation

    Installing via Smithery

    To install MIRO Whiteboard Connector for Claude Desktop automatically via Smithery:

    bash
    npx -y @smithery/cli install @llmindset/mcp-miro --client claude

    Using mcp-get

    You can install this package using mcp-get:

    bash
    npx @michaellatman/mcp-get@latest install @llmindset/mcp-miro

    _Note - if you are using an old version of Windows PowerShell, you may need to run_ Set-ExecutionPolicy Bypass -Scope Process _before this command._

    Features

    MIRO/Claude Desktop Screenshot

    Resources

    • Get Board Contents

    Tools

    • Create Sticky, Shape
    • Read Board, Frame, Contents
    • Bulk Create

    Prompts

    • Instruct on Board Coordinates etc.

    Development

    Install dependencies:

    bash
    npm install

    Build the server:

    bash
    npm run build

    For development with auto-rebuild:

    bash
    npm run watch

    Installation

    To use with Claude Desktop, add the server config:

    On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    On Windows: %APPDATA%/Claude/claude_desktop_config.json

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

    Debugging

    Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

    bash
    npm run inspector

    The Inspector will provide a URL to access debugging tools in your browser.

    In Dev environment recommend adding https://github.com/miroapp/api-clients/blob/041de24ebf7955432b447d887ede066ad4c7e2c7/packages/generator/spec.json for reference.

    Similar MCP

    Based on tags & features

    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75
    • MC

      Mcgravity

      TypeScript·
      71
    • PL

      Pluggedin Mcp Proxy

      TypeScript·
      97
    • BA

      Bazi Mcp

      TypeScript·
      184

    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

    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75
    • MC

      Mcgravity

      TypeScript·
      71
    • PL

      Pluggedin Mcp Proxy

      TypeScript·
      97
    • BA

      Bazi Mcp

      TypeScript·
      184

    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