mcp-miro MCP Server
@evalstate
About mcp-miro MCP Server
No overview available yet
Basic information
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.
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
Comments