MCP.so
登录

mcp-miro MCP Server

@evalstate

关于 mcp-miro MCP Server

暂无概览

基本信息

分类

其他

许可证

Apache-2.0

运行时

node

传输方式

stdio

发布者

evalstate

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-miro": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@llmindset/mcp-miro",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is mcp-miro?

A Model Context Protocol (MCP) server that connects to the MIRO Whiteboard Application. It allows board manipulation, sticky creation, bulk operations, and more. Designed for use with AI assistants like Claude to interact with MIRO boards programmatically.

How to use mcp-miro?

Install via Smithery (npx -y @smithery/cli install @llmindset/mcp-miro --client claude), mcp-get, or manually build from source. Provide authentication by passing a Miro OAuth key as an environment variable or using the --token argument. Configure the server in your Claude Desktop config file (e.g., claude_desktop_config.json).

Key features of mcp-miro

  • Connects to MIRO Whiteboard Application via MCP.
  • Get board contents as a resource.
  • Create stickies and shapes with tools.
  • Read board, frame, and contents data.
  • Bulk create multiple elements at once.
  • Prompts to instruct on board coordinates.

Use cases of mcp-miro

  • Automatically create and arrange stickies on a Miro board from a text description.
  • Take a photo of physical stickies and have Claude recreate them digitally in Miro.
  • Bulk populate a board with structured data from an AI conversation.
  • Read and analyze existing board content through an AI assistant.

FAQ from mcp-miro

What authentication is required?

You need a Miro OAuth key. Pass it as an environment variable or using the --token command-line argument.

How do I install mcp-miro?

Install via Smithery (npx -y @smithery/cli install @llmindset/mcp-miro --client claude), mcp-get, or manually by building from source with npm install and npm run build.

How do I configure mcp-miro with Claude Desktop?

Add a server entry to claude_desktop_config.json (located at ~/Library/Application Support/Claude/ on macOS or %APPDATA%/Claude/ on Windows) with the command pointing to node/npx and the server script plus the --token argument.

What tools does mcp-miro provide?

Create Sticky, Create Shape, Read Board, Read Frame, Read Contents, and Bulk Create.

How can I debug mcp-miro?

Use the MCP Inspector by running npm run inspector, which provides a URL to access debugging tools in your browser.

评论

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