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: miro-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 deployed
Maintenance
Related MCP Connectors
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
Collaborative whiteboard MCP server — create objects, connectors, C4 diagrams, and manage boards
A Model Context Protocol (MCP) server for Selise Blocks Cloud integration
Model Context Protocol server for todo.vu task management and time tracking.
Related MCP Servers
- AlicenseBqualityCmaintenanceMiro MCP server, exposing all functionalities available in official Miro SDK.9721066Apache 2.0
- AlicenseAqualityAmaintenanceMCP server for controlling Miro whiteboards with AI assistants. Create and manage stickies, shapes, frames, connectors, and more.8826MIT
- AlicenseNot gradedqualityDmaintenanceThis repository contains an implementation of an Miro Universal MCP (Model Context Protocol) server. It provides a standardized interface for interacting with Miro's tools and services through a unified API.1MIT
- FlicenseNot gradedqualityDmaintenanceEnables interaction with Miro boards via MCP tools, supporting listing items, creating stickies, frames, shapes, connectors, and manipulating mind maps.-