Skip to main content
Glama

mcp-miro

by evalstate

mcp-miro MCP 服务器

用于连接到 MIRO 白板应用程序的模型上下文协议服务器。

  • 允许董事会操纵、粘性创建、批量操作等。
  • 将您的 OAuth 密钥作为环境变量传递,或使用“--token”参数。
  • 拍摄便签的照片并要求 Claude 创建 MIRO 等效作品,效果非常好。

安装

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 MIRO Whiteboard Connector:

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

特征

MIRO/Claude 桌面截图

资源

  • 获取板内容

工具

  • 创建粘性、形状
  • 阅读板、框架、内容
  • 批量创建

提示

  • 指导船上坐标等。

发展

安装依赖项:

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

检查器将提供一个 URL 来访问浏览器中的调试工具。

在开发环境中建议添加https://github.com/miroapp/api-clients/blob/041de24ebf7955432b447d887ede066ad4c7e2c7/packages/generator/spec.json以供参考。

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

一个模型上下文协议服务器,用于连接到 MIRO 白板应用程序。允许进行白板操作、创建粘贴、批量操作等。

  1. 安装
    1. 通过 Smithery 安装
    2. 使用 mcp-get
  2. 特征
    1. 资源
    2. 工具
    3. 提示
  3. 发展
    1. 安装
      1. 调试

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that enables AI assistants like Claude to interact with Zulip workspaces, supporting capabilities such as posting messages, listing channels, sending direct messages, and accessing conversation history.
      Last updated -
      JavaScript
      Apache 2.0
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol server that enables users to kickoff and monitor deployed CrewAI workflows through Claude Desktop.
      Last updated -
      1
      Python
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that provides seamless interaction with Workato's API through custom AI tools, enabling management of recipes, connections, connectors, folders, and activity logs.
      Last updated -
      TypeScript
      MIT License
      • Apple
      • Linux
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server providing utility tools for development and testing, offering functionalities like personalized greetings, random card drawing, and datetime formatting with an extensible architecture.
      Last updated -
      19
      464
      2
      TypeScript
      MIT License
      • Apple
      • Linux

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/evalstate/mcp-miro'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server