
mcp-miro
一个模型上下文协议服务器,用于连接到 MIRO 白板应用程序。 允许白板操作、便签创建、批量操作等。
Tools
list_boards
List all available Miro boards and their IDs
create_sticky_note
Create a sticky note on a Miro board. By default, sticky notes are 199x228 and available in these colors: gray, light_yellow, yellow, orange, light_green, green, dark_green, cyan, light_pink, pink, violet, red, light_blue, blue, dark_blue, black.
bulk_create_items
Create multiple items on a Miro board in a single transaction (max 20 items)
get_frames
Get all frames from a Miro board
get_items_in_frame
Get all items contained within a specific frame on a Miro board
create_shape
Create a shape on a Miro board. Available shapes include basic shapes (rectangle, circle, etc.) and flowchart shapes (process, decision, etc.). Standard geometry specs: width and height in pixels (default 200x200)
README
mcp-miro MCP 服务器
一个用于连接 MIRO 白板应用程序的模型上下文协议服务器。
- 允许操作白板、创建便签、批量操作等。
- 将您的 OAuth 密钥作为环境变量传递,或使用“--token”参数。
- 拍摄便签照片并要求 Claude 创建 MIRO 等效内容效果_非常好_。
<a href="https://glama.ai/mcp/servers/gr5t7vthv3"><img width="380" height="200" src="https://glama.ai/mcp/servers/gr5t7vthv3/badge" alt="mcp-miro MCP server" /></a>
安装
通过 Smithery 安装
要通过 Smithery 自动安装用于 Claude Desktop 的 MIRO 白板连接器:
npx -y @smithery/cli install @llmindset/mcp-miro --client claude
使用 mcp-get
您可以使用 mcp-get 安装此软件包:
npx @michaellatman/mcp-get@latest install @llmindset/mcp-miro
注意 - 如果您使用的是旧版本的 Windows PowerShell,您可能需要先运行 Set-ExecutionPolicy Bypass -Scope Process
才能执行此命令。
功能
资源
- 获取白板内容
工具
- 创建便签、形状
- 读取白板、框架、内容
- 批量创建
提示
- 指示白板坐标等。
开发
安装依赖项:
npm install
构建服务器:
npm run build
用于自动重建的开发:
npm run watch
安装
要与 Claude Desktop 一起使用,请添加服务器配置:
在 MacOS 上:~/Library/Application Support/Claude/claude_desktop_config.json
在 Windows 上:%APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-miro": {
"command": "/path/to/node-or-npx",
"arguments": [
"/path/to/mcp-miro/build/index.js",
"--token","MIRO-OAUTH-KEY"
]
}
}
}
调试
由于 MCP 服务器通过 stdio 进行通信,因此调试可能具有挑战性。 我们建议使用 MCP Inspector,它作为包脚本提供:
npm run inspector
Inspector 将提供一个 URL 以访问浏览器中的调试工具。
在开发环境中,建议添加 https://github.com/miroapp/api-clients/blob/041de24ebf7955432b447d887ede066ad4c7e2c7/packages/generator/spec.json 以供参考。
推荐服务器
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
mcp-server-qdrant
这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。
AIO-MCP Server
🚀 集成了 AI 搜索、RAG 和多服务(GitLab/Jira/Confluence/YouTube)的一体化 MCP 服务器,旨在增强 AI 驱动的开发工作流程。来自 Folk。
https://github.com/Streen9/react-mcp
react-mcp 与 Claude Desktop 集成,能够根据用户提示创建和修改 React 应用程序。
MCP Atlassian
适用于 Atlassian Cloud 产品(Confluence 和 Jira)的 Model Context Protocol (MCP) 服务器。此集成专为 Atlassian Cloud 实例设计,不支持 Atlassian Server 或 Data Center 部署。

any-chat-completions-mcp
将 Claude 与任何 OpenAI SDK 兼容的聊天完成 API 集成 - OpenAI、Perplexity、Groq、xAI、PyroPrompts 等。
MySQL MCP Server
允许人工智能助手通过受控界面列出表格、读取数据和执行 SQL 查询,从而使数据库探索和分析更安全、更有条理。
browser-use MCP server
一个由人工智能驱动的浏览器自动化服务器,它实现了模型上下文协议,从而能够使用自然语言控制网页浏览器,以执行诸如导航、表单填写和视觉交互等任务。
mcp-codex-keeper
作为开发知识的守护者,为 AI 助手提供精心策划的最新文档和最佳实践访问权限。