loading…
Search for a command to run...
loading…
Access MIRO whiteboards, bulk create and read items. Requires OAUTH key for REST API.
Access MIRO whiteboards, bulk create and read items. Requires OAUTH key for REST API.
A Model Context Protocol server to connect to the MIRO Whiteboard Application.
To install MIRO Whiteboard Connector for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @llmindset/mcp-miro --client claude
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.

Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
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"
]
}
}
}
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.
Run in your terminal:
claude mcp add evalstate-mcp-miro -- npx Yes, evalstate/mcp-miro MCP is free — one-click install via Unyly at no cost.
No, evalstate/mcp-miro runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
Open evalstate/mcp-miro on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs