mcp-miro logo

mcp-miromcp-miro MCP 服务器

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

mcp-miro 是为 MIRO 白板应用连接建立模型上下文协议服务器。它允许板布局操作、便签创建、批量操作等。请将 OAuth 密钥以环境变量的形式传递或通过"--token"命令行参数指定。服务器提供了 Get Board Contents、Create Sticky、Shape_Read Board、Frame、Contents 和 Bulk Create Prompts 等多种功能。若要使用服务器与 Claude 桌面集成,请添加服务器配置至应用设置中。在调试过程中,可以使用 MCP 检视器,作为包脚本安装。

主要功能

  • 获取板内容
  • 创建便签、形状
  • 读取板布局、边框、内容
  • 批量创建提问
  • 在板坐标中输入说明

价格

模型
Free
评分
暂无评价

使用场景

MIRO 白板自动化

使用 mcp-miro 进行白板任务 Automation,例如创建便签和形状,操作板布局内容。

与 Claude 桌面集成

将 mcp-miro 配置用作 Claude 桌面,使用户能够在 Claude 界面中利用 MIRO 功能。

优点 & 缺点

优点

  • 启用了 MIRO 板格的操作和便签创建
  • 支持批量操作
  • 兼容 Claude 桌面
  • 以 Apache-2.0 许可证为开源

缺点

  • 需要 OAuth 密钥配置
  • 由于 MCP 服务器通信基于stdio,调试可能比较困难

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What are the main challenges when debugging mcp-miro?

Because MCP servers communicate over stdio, traditional debugging can be difficult. The package offers an MCP Inspector script (npm run inspector) that opens a browser-based debugging UI to help troubleshoot.

Asked by Timur Nazarov · Jun 28, 2025

Can I use mcp-miro with other applications besides Claude Desktop?

Yes, as a standard Model Context Protocol server it can be integrated with any client that supports MCP, though the provided configuration example is for Claude Desktop. Ensure the server is running and accessible via the specified command.

Asked by Margaret Whitfield · Jun 19, 2025

What board manipulation features does mcp-miro support?

It can retrieve board contents, create stickies and shapes, read board frames and contents, perform bulk prompt creation, and provide coordinate instructions for board elements.

Asked by Ekaterina Orlova · Jun 7, 2025

How do I authenticate the mcp-miro server with my MIRO account?

Pass your MIRO OAuth key either as an environment variable or via the "--token" argument when starting the server. For Claude Desktop, include the token in the server config file under mcpServers.

Asked by Miriam Cohen · May 27, 2025

提问

服务配缩器 的替代品