1. Conduid
  2. AI
  3. miro
MCP server · AI

miro

A Model Context Protocol server to connect to the MIRO Whiteboard Application

Unclaimed ai
39Low

Scored 3 months ago · breakdown

About miro

miro is an MCP server published by git+evalstate in the AI category: a Model Context Protocol server to connect to the MIRO Whiteboard Application. It has been installed 0 times through Conduid.

Install

Install
npx @llmindset/mcp-miro
Claude Code
claude mcp add miro-gitevals -- npx -y @llmindset/mcp-miro
npx
npx -y @llmindset/mcp-miro

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about miro

Powered by Claude · Grounded in docs

I know everything about miro. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

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:

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

Using mcp-get

You can install this package using mcp-get:

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:

npm install

Build the server:

npm run build

For development with auto-rebuild:

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

{
  "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:

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.

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About miro

How do I install miro?

Run npx @llmindset/mcp-miro, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is miro safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is miro still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.