mcp-miro
The mcp-miro server connects to the MIRO Whiteboard application, enabling board manipulation and item creation. You can:
List Boards: Retrieve all available Miro boards and their IDs
Create Sticky Notes: Add sticky notes with customizable content, position, and color
Create Shapes: Add shapes (rectangles, circles, flowchart symbols) with custom style, content, and geometry
Bulk Create Items: Add multiple items (text, shapes, sticky notes, images, frames) in a single transaction (max 20 items)
Get Frames: Retrieve all frames on a specific Miro board
Get Items in Frame: Fetch all items within a specific frame
Allows Board manipulation, sticky creation, bulk operations within MIRO Whiteboard Application. Features include creating stickies and shapes, reading board contents and frames, and performing bulk operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-mirocreate a sticky note with 'Project Kickoff Agenda' on the main board"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-miro MCP Server
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 claudeUsing mcp-get
You can install this package using mcp-get:
npx @michaellatman/mcp-get@latest install @llmindset/mcp-miroNote - if you are using an old version of Windows PowerShell, you may need to run Set-ExecutionPolicy Bypass -Scope Process before this command.
Related MCP server: miro-mcp-server
Features

Resources
Get Board Contents
Tools
Create Sticky, Shape
Read Board, Frame, Contents
Bulk Create
Prompts
Instruct on Board Coordinates etc.
Development
Install dependencies:
npm installBuild the server:
npm run buildFor development with auto-rebuild:
npm run watchInstallation
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 inspectorThe 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMiro MCP server, exposing all functionalities available in official Miro SDK.Last updated9716765Apache 2.0
- AlicenseAqualityAmaintenanceMCP server for controlling Miro whiteboards with AI assistants. Create and manage stickies, shapes, frames, connectors, and more.Last updated8826MIT
- Alicense-qualityDmaintenanceThis repository contains an implementation of an Miro Universal MCP (Model Context Protocol) server. It provides a standardized interface for interacting with Miro's tools and services through a unified API.Last updated1MIT
- Flicense-qualityDmaintenanceEnables interaction with Miro boards via MCP tools, supporting listing items, creating stickies, frames, shapes, connectors, and manipulating mind maps.Last updated
Related MCP Connectors
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/evalstate/mcp-miro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server