mcp-miro
mcp-miro MCP サーバー
MIRO ホワイトボード アプリケーションに接続するためのモデル コンテキスト プロトコル サーバー。
ボードの操作、スティッキーの作成、一括操作などが可能になります。
OAuth キーを環境変数として渡すか、「--token」引数を使用して渡します。
付箋の写真を撮って、Claude に MIRO と同等のものを作ってもらうと、とてもうまくいきます。
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の MIRO Whiteboard Connector を自動的にインストールするには:
npx -y @smithery/cli install @llmindset/mcp-miro --client claudemcp-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
特徴

リソース
ボードの内容を取得する
ツール
粘着性、形状を作成
ボード、フレーム、コンテンツを読む
一括作成
プロンプト
ボード座標等の指示
発達
依存関係をインストールします:
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を追加することをお勧めします。
This server cannot be installed
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