Miro MCP Server
@MaratMingazov
About Miro MCP Server
Miro MCP Server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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?
Miro MCP Server is an implementation of the Model Context Protocol (MCP) that integrates with Miro’s REST API. It enables AI systems to collaborate with users directly on Miro boards by interacting with board widgets, allowing them to build visual diagrams and perform real-time collaboration.
How to use Miro MCP Server?
Download the prebuilt JAR from the Releases page or build from source using Gradle. Then configure the server in your MCP client (e.g., Claude Desktop) by adding a mcpServers entry pointing to the JAR and passing your Miro personal access token via the --token argument. The server is invoked with java -jar.
Key features of Miro MCP Server
- Integrates with Miro REST API
- Retrieve board widgets via
getWidgets - Create sticky notes with customizable text, position, and color
- Create connectors (lines) between two widgets
- Real-time AI collaboration on Miro boards
- Simple configuration with Claude Desktop
Use cases of Miro MCP Server
- Automate collaboration on Miro boards using an AI assistant.
- Analyze the current state of a Miro board and extract information from visual layouts.
- Use large language models to assist with structured diagram creation, brainstorming, and visual task planning.
FAQ from Miro MCP Server
What is the Miro MCP Server?
It is an MCP server that gives AI agents tools to interact with Miro boards via the Miro REST API. It allows reading widgets and creating sticky notes and connectors.
How do I install and run the server?
You can either download a precompiled JAR from the GitHub Releases page or clone the repository and run ./gradlew build to produce the JAR. Then run it with Java, passing your Miro token as a command-line argument.
What tools does the server provide?
It provides three tools: getWidgets (retrieve widgets on a board), createSticky (create a sticky note), and createConnector (create a line between two widgets). Each tool requires a board key and additional parameters.
How do I get a Miro personal access token?
Follow Miro’s guide at https://developers.miro.com/docs/miro-rest-api-introduction#authorization to generate a personal access token. This token is passed to the server via the --token flag.
What are the runtime dependencies?
The server requires Java (JRE) to run the JAR file and a Miro personal access token for API authentication. It is designed to work with MCP‑compatible clients like Claude Desktop.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
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!
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments