Skip to main content
Glama

mcp-miro

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実行する必要がある場合があります。

特徴

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

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MIROホワイトボードアプリケーションに接続するためのモデルコンテキストプロトコルサーバー。ボードの操作、付箋の作成、一括操作などが可能です。

  1. インストール
    1. Smithery経由でインストール
    2. mcp-getの使用
  2. 特徴
    1. リソース
    2. ツール
    3. プロンプト
  3. 発達
    1. インストール
      1. デバッグ

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that provides tools for interacting with Trello boards, enabling seamless management of cards, lists, and activities while handling rate limiting and type safety.
      Last updated -
      10
      9
      JavaScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that provides seamless interaction with Workato's API through custom AI tools, enabling management of recipes, connections, connectors, folders, and activity logs.
      Last updated -
      TypeScript
      MIT License
      • Apple
      • Linux
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server implementation providing standardized access to Xero's accounting and business features, enabling operations like contact management, invoice creation, and chart of accounts management through MCP.
      Last updated -
      12
      495
      105
      TypeScript
      MIT License
      • Apple
      • Linux
    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol server for interacting with the Marketo API that provides tools for managing Marketo forms, including listing, cloning, and approving forms.
      Last updated -
      4
      2
      TypeScript

    View all related MCP servers

    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