mcp-miro MCP Server
@evalstate
About mcp-miro MCP Server
No overview available yet
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
ICSS
chokcoco不止于 CSS
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments