Skip to main content
Glama
evalstate
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実行する必要がある場合があります。

Related MCP server: Workato MCP Server

特徴

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を追加することをお勧めします。

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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