MCP.so
登录

Miro MCP Server

@MaratMingazov

关于 Miro MCP Server

Miro MCP Server

基本信息

分类

其他

许可证

MIT license

运行时

kotlin

传输方式

stdio

发布者

MaratMingazov

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器