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.

コメント

「その他」の他のコンテンツ