MCP.so
Sign In

mcp-miro MCP Server

@evalstate

About mcp-miro MCP Server

No overview available yet

Basic information

Category

Other

License

Apache-2.0

Runtime

node

Transports

stdio

Publisher

evalstate

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-miro": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@llmindset/mcp-miro",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is mcp-miro?

A Model Context Protocol (MCP) server that connects to the MIRO Whiteboard Application. It allows board manipulation, sticky creation, bulk operations, and more. Designed for use with AI assistants like Claude to interact with MIRO boards programmatically.

How to use mcp-miro?

Install via Smithery (npx -y @smithery/cli install @llmindset/mcp-miro --client claude), mcp-get, or manually build from source. Provide authentication by passing a Miro OAuth key as an environment variable or using the --token argument. Configure the server in your Claude Desktop config file (e.g., claude_desktop_config.json).

Key features of mcp-miro

  • Connects to MIRO Whiteboard Application via MCP.
  • Get board contents as a resource.
  • Create stickies and shapes with tools.
  • Read board, frame, and contents data.
  • Bulk create multiple elements at once.
  • Prompts to instruct on board coordinates.

Use cases of mcp-miro

  • Automatically create and arrange stickies on a Miro board from a text description.
  • Take a photo of physical stickies and have Claude recreate them digitally in Miro.
  • Bulk populate a board with structured data from an AI conversation.
  • Read and analyze existing board content through an AI assistant.

FAQ from mcp-miro

What authentication is required?

You need a Miro OAuth key. Pass it as an environment variable or using the --token command-line argument.

How do I install mcp-miro?

Install via Smithery (npx -y @smithery/cli install @llmindset/mcp-miro --client claude), mcp-get, or manually by building from source with npm install and npm run build.

How do I configure mcp-miro with Claude Desktop?

Add a server entry to claude_desktop_config.json (located at ~/Library/Application Support/Claude/ on macOS or %APPDATA%/Claude/ on Windows) with the command pointing to node/npx and the server script plus the --token argument.

What tools does mcp-miro provide?

Create Sticky, Create Shape, Read Board, Read Frame, Read Contents, and Bulk Create.

How can I debug mcp-miro?

Use the MCP Inspector by running npm run inspector, which provides a URL to access debugging tools in your browser.

Comments

More Other MCP servers