Miro Mcp Server
@olgasafonova
About Miro Mcp Server
No overview available yet
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments