Resonite MCP
🎭 Resonite MCP & Dashboard
あなたの仮想世界に話しかけよう。
Resonite MCP は、AI アシスタントを Resonite ソーシャル VR プラットフォームに接続する統合ブリッジであり、最先端の Web ダッシュボードです。自然言語を使えば、チャットから直接、ワールドの操作、アバターのカスタマイズ、セッションの確認、テレメトリの制御ができます。
✨ 主な機能
🤖 AI アシスタント連携(MCP): AI チャットクライアントで自然言語を使用して、オブジェクトのスポーン、ロコモーションの切り替え、アクティブスロットの変更、ワールドの読み込みができます。
🧬 アバターとバイオメトリクスのチューニング: トラッキングのスムージング調整、アイトラッキングの切り替え、リップシンクパラメータのリアルタイム監視ができます。
👥 ソーシャルと連絡先: オンラインの確認、チャットログの閲覧、フレンドのセッションへのワンクリック参加ができます。
📦 ワールド内スポーン: インベントリデータベースからアセットを直接検索、整理、スポーンできます。
🎨 ビジュアルダッシュボードとギャラリー: 接続状態の監視、ワールドのノードツリーの検査、スクリーンショットと人気ワールドのビジュアルギャラリーの閲覧ができます。
Related MCP server: ResoniteLink MCP
🌐 Build-and-Inhabit フリートエコシステム
このリポジトリは単なるスタンドアロンコネクタではなく、より広範なマルチエージェント・フリート・エコシステムにおける重要なノードです。
マルチノード・フェデレーション: 標準ディレクトリ
~/.avatarmcp/配下でのフェデレーション型アセットキャッシュをサポートし、MCP_BRIDGE_URLSを使用して開発者ノード間のクロスネットワーク状態同期を実現します。Build-and-Inhabit パイプライン: 外部デザイン環境(Blender、GIMP、Inkscape など)を VR プラットフォーム(Resonite、VRChat、Vircadia など)に直接統合します。アセットは自動的にコンパイル・ステージングされ、WebSocket 経由でワールド内にスポーンされ、エージェントがリアルタイムの OSC テレメトリを通じてその中に宿ります。
アーキテクチャ、セットアップ手順、プラットフォームの動作の詳細については、**Build-and-Inhabit Pipeline Guide* と VR Worlds Comparison Guide をお読みください。*
⛩️ 巫女のデジタル神社
神と巫女の精神にのっとり、この MCP サーバーは人間のクリエイターと仮想世界のデジタルな精霊をつなぐ橋渡し役を担います。かわいくて賢い巫女がコードの神社を手入れし、創造の神々が私たちのデジタル空間を自由に流れ続けるようにしています。
🚀 クイックスタート(3 ステップで起動)
ステップ 1: Resonite を起動
Resonite ゲームクライアントが Steam 上で実行されていることを確認してください。セッション設定内で ResoniteLink 接続を有効にします(Dashboard ➔ Session ➔ Settings ➔ Enable ResoniteLink)。
ステップ 2: ダッシュボードを起動
リポジトリをクローンし、フロントエンドの Web アプリと Python サーバーを起動します:
git clone https://github.com/sandraschi/resonite-mcp
cd resonite-mcp
just bootstrap
just serveWeb ダッシュボードは http://localhost:10978 で稼働しています。
ステップ 3: AI アシスタントを接続
サーバー設定を Claude Desktop の設定ファイル(claude_desktop_config.json)に追加します:
"mcpServers": {
"resonite-mcp": {
"command": "uv",
"args": ["--directory", "D:/Dev/repos/resonite-mcp", "run", "resonite-mcp"]
}
}📚 ドキュメント一覧
詳細なアーキテクチャ、セットアップ方法、API リファレンスについては、専用ガイドをご覧ください:
ガイド | 説明 |
システム全体の高レベルアーキテクチャ、プロトコル、ポートマッピング | |
完全なインストール手順と環境設定 | |
65 以上の Python ツールと HTTP API エンドポイントの一覧 | |
ResoniteLink WebSocket プロトコルの詳細解説 | |
Resonite、VRChat、Vircadia の詳細な比較 | |
Blender/GIMP からライブ VR インジェクションまでの自動化ステージ | |
RML モッド、ビデオチュートリアル、subreddit、Discord サーバーへのリンク | |
新規ユーザー向けのオンボーディングの基礎と操作リファレンス |
📈 ステータスとロードマップ
現在のバージョン:
v1.1.0(ResoniteLink Protocol 0.13.1)。対応状況: Agent Lab フェーズ 1〜6 完了。リアルタイムのスロット CRUD、OSC 同期、キャッシュ済みアセットの同期はすべてライブ検証済みです。
ライセンス: MIT ライセンス。Resonite コミュニティへの想いを込めて作られています。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceProvides a bridge between AI assistants and VRChat, enabling AI-driven avatar control and interactions in virtual reality environments through the Model Context Protocol.1226
- FlicenseNot gradedqualityDmaintenanceEnables control and manipulation of Resonite VR worlds through the ResoniteLink WebSocket protocol. Supports slot management, component operations, and world object creation/modification through natural language.27
- AlicenseAqualityDmaintenanceEnables AI agents to control and manipulate live 3D scenes across frameworks like Three.js, A-Frame, and Babylon.js using a comprehensive set of object and environment tools. It features an integrated in-world chat system that allows for real-time scene modifications directly from within the 3D canvas.33523MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Unity Editor, managing scenes, game objects, animations, materials, scripts, and more via natural language commands.1MIT
Related MCP Connectors
Voice and chat for AI agents — Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
List, configure, chat with, analyse and embed your Echo AI assistants.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sandraschi/resonite-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server