MCP Catalogs
首页miro-mcp-server screenshot

miro-mcp-server

by olgasafonova·22·综合分 45

功能全面的 MCP 服务器,提供 92 个工具控制 Miro 白板,具有令牌优化选项和工作流功能。

productivitydeveloper-toolscommunication
9
Forks
1
活跃 Issue
本月
最近提交
2 天前
收录于

概述

miro-mcp-server 通过 MCP 协议提供全面的 Miro 白板管理功能,包含 92 个工具,覆盖版面管理、元素操作、图表生成、文档处理等方面。服务器实现了高效的令牌设计,提供完整和精简两种配置文件,平衡功能和使用效率。项目包含常见版面布局的配套工作流技能,如冲刺板、回顾会和看板。项目维护良好,有定期更新和全面的文档指南。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:通过 AI 助手自动创建和管理 Miro 工作坊
:根据文本描述生成图表和视觉内容
:将 Miro 板块集成到 AI 驱动的开发工作流中
:如何获取 Miro 访问令牌?
:我可以减少大型 Miro 板的令牌使用量吗?

什么时候选它

当您需要对 Miro 白板进行全面编程控制并希望将白板功能集成到 AI 工作流中时,选择此服务器。

什么时候不要选它

如果您只需要只读访问 Miro 白板,需要 Miro API 中不可用的功能,或者需要超过 92 个支持的工具,请不要选择它。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • miro_list_boards

    List accessible boards

  • miro_create_board

    Create a new board

  • miro_create_sticky

    Create a sticky note

  • miro_create_diagram

    Create diagram from Mermaid syntax

  • miro_list_items

    List items on a board

  • miro_search_board

    Search items by content

  • miro_update_item

    Update item content/position/color

  • miro_create_connector

    Connect two items with arrow

  • miro_share_board

    Share board via email

  • miro_create_mindmap_node

    Create mindmap node

  • miro_bulk_create

    Create multiple items at once

  • miro_tool_search

    Search for available tools by name or category

可对比工具

miro-api-integrationswhiteboard-automationvisual-collaboration-toolsnotion-mcp

安装

安装

**Homebrew (macOS/Linux):**

brew tap olgasafonova/tap && brew install miro-mcp-server

**单行命令 (macOS/Linux):**

curl -fsSL https://raw.githubusercontent.com/olgasafonova/miro-mcp-server/main/install.sh | sh

**Docker:**

docker pull ghcr.io/olgasafonova/miro-mcp-server:latest

配置

**Claude Desktop:** 添加到 claude_desktop_config.json:

{
  "mcpServers": {
    "miro": {
      "command": "miro-mcp-server",
      "args": []
    }
  }
}

**环境变量:**

export MIRO_ACCESS_TOKEN=your-token

FAQ

如何获取 Miro 访问令牌?
访问 miro.com/app/settings/user-profile/apps,创建具有 'boards:read' 和 'boards:write' 权限的应用,安装到您的团队,然后复制令牌。
我可以减少大型 Miro 板的令牌使用量吗?
是的,在客户端配置中设置 MIRO_TOOLS_PROFILE=essentials,使用精选的 15 工具子集,可将预加载令牌减少 84.5%。

miro-mcp-server 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。