Miro Mcp Server
@olgasafonova
About Miro Mcp Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"miro-mcp-server-olgasafonova": {
"command": "docker",
"args": [
"pull",
"ghcr.io/olgasafonova/miro-mcp-server:latest"
]
}
}
}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 Miro Mcp Server?
A community-built MCP server that enables AI tools to control Miro whiteboards. It provides 76 tools via a single Go binary for speed and simplicity, supporting board and item management, diagram generation, mindmaps, tags, groups, connectors, and export.
How to use Miro Mcp Server?
Install via Homebrew, Docker, or a one-liner script. Obtain a Miro API token with boards:read and boards:write permissions. Configure your AI tool (e.g., Claude Code, Claude Desktop, Cursor, VS Code) by passing the token as the MIRO_ACCESS_TOKEN environment variable and running the miro-mcp-server binary.
Key features of Miro Mcp Server
- 76 tools covering boards, items, tags, groups, connectors, and export
- Built-in Mermaid diagram generation (flowcharts, sequence diagrams)
- Mindmap node creation with parent-child relationships
- Bulk operations for creating, updating, and deleting items
- Automatic rate limiting, caching (2‑minute TTL), and circuit breaker
Use cases of Miro Mcp Server
- Create and manage Miro boards from natural language commands
- Generate flowcharts or sequence diagrams from Mermaid syntax
- Organize content with tags and groups via AI prompts
- Perform bulk updates or deletions on whiteboard items
- Share boards and manage members programmatically
FAQ from Miro Mcp Server
How does this server compare to Miro’s official MCP server?
This community server offers 76 tools (vs ~10 in the official beta), includes diagram generation, bulk operations, mindmaps, tags, groups, and export. It runs as a lightweight ~14MB Go binary with built‑in caching and rate limiting. The official server is best for basic, Miro‑supported operations.
What runtime dependencies are required?
No runtime dependencies are needed. The server is a single binary (~14MB) that does not require Node.js. It runs on macOS (Intel and Apple Silicon), Linux, and Windows.
Does it support diagram generation?
Yes. The server can create flowcharts and sequence diagrams from Mermaid syntax using the miro_generate_diagram tool. It supports standard flowchart directions (TB/LR/BT/RL), shapes (rectangle, diamond, circle), and labeled edges.
What performance optimizations are included?
The server features a 2‑minute cache to reduce API calls, adaptive rate limiting based on Miro’s headers, a circuit breaker to isolate failing endpoints, parallel bulk operations, and automatic retry for transient errors (502/503/504).
How do I obtain a Miro API token?
Create an app at miro.com/app/settings/user-profile/apps, grant boards:read and boards:write permissions, install it to your team, and copy the generated token. Use this as the MIRO_ACCESS_TOKEN environment variable.
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser 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
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments