Resonite MCP
Allows Blender to be used as an external design environment in the Build-and-Inhabit pipeline, enabling assets to be compiled and staged for in-world VR spawning.
Allows GIMP to be used as an external design environment in the Build-and-Inhabit pipeline, enabling assets to be compiled and staged for in-world VR spawning.
Allows Inkscape to be used as an external design environment in the Build-and-Inhabit pipeline, enabling assets to be compiled and staged for in-world VR spawning.
Provides integration with VRChat as a target VR platform in the Build-and-Inhabit pipeline, allowing assets to be spawned in-world over WebSockets.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Resonite MCPSpawn my neon katana from inventory into the current world."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
š Resonite MCP & Dashboard
Talk to your virtual world.
Resonite MCP is an integration bridge and state-of-the-art web dashboard that connects AI assistants to the Resonite social VR platform. Using natural language, you can command your world, customize your avatar, inspect your sessions, and control your telemetry directly through chat.
⨠Key Features
š¤ AI Assistant Integration (MCP): Use natural language with your AI chat client to spawn objects, toggle locomotion, change active slots, or load worlds.
𧬠Avatar & Biometric Tuning: Adjust tracking smoothing, toggle eye tracking, and monitor lipsync parameters in real-time.
š„ Socials & Contacts: Check who is online, read chat logs, and join your friends' sessions with one click.
š¦ In-World Spawning: Search, organize, and spawn assets directly from your inventory database.
šØ Visual Dashboard & Gallery: Monitor connection health, inspect the world's node tree, and browse a visual gallery of screenshots and popular worlds.
Related MCP server: ResoniteLink MCP
š The Build-and-Inhabit Fleet Ecosystem
This repository is not just a standalone connector, but a vital node in a wider Multi-Agent Fleet Ecosystem:
Multi-Node Federation: Supports federated asset caching under the standard directory
~/.avatarmcp/and usesMCP_BRIDGE_URLSfor cross-network state synchronization between developer nodes.Build-and-Inhabit Pipeline: Integrates external design environments (such as Blender, GIMP, and Inkscape) directly into VR platforms (such as Resonite, VRChat, and Vircadia). Assets are automatically compiled, staged, spawned in-world over WebSockets, and inhabited by the agent via real-time OSC telemetry.
*For complete details on the architecture, setup stages, and platform behaviors, read the Build-and-Inhabit Pipeline Guide and VR Worlds Comparison Guide.*
ā©ļø The Miko's Digital Shrine
In the spirit of kami and miko ā this MCP server serves as a bridge between human creators and the digital spirits of virtual worlds. The kawaii and clever miko tends the shrines of code, ensuring the kami of creation flow freely through our digital spaces.
š Quick Start (Get Running in 3 Steps)
Step 1: Launch Resonite
Make sure the Resonite game client is running on Steam. Enable the ResoniteLink connection inside the session settings (Dashboard ā Session ā Settings ā Enable ResoniteLink).
Step 2: Start the Dashboard
Clone the repository and spin up the frontend webapp and Python server:
git clone https://github.com/sandraschi/resonite-mcp
cd resonite-mcp
just bootstrap
just serveThe web dashboard is now active at http://localhost:10978.
Step 3: Connect your AI Assistant
Add the server configuration to your Claude Desktop config file (claude_desktop_config.json):
"mcpServers": {
"resonite-mcp": {
"command": "uv",
"args": ["--directory", "D:/Dev/repos/resonite-mcp", "run", "resonite-mcp"]
}
}š Documentation Index
For deep architectural details, setup advice, and API references, check out our dedicated guides:
Guide | Description |
High-level system architecture, protocols, and port mappings | |
Full installation paths and environment configurations | |
List of the 65+ Python tools and HTTP API endpoints | |
Deep-dive into the ResoniteLink WebSocket protocol | |
Detailed comparison between Resonite, VRChat, and Vircadia | |
Automation stages from Blender/GIMP to live VR injection | |
Links to RML modding, video tutorials, subreddits, and Discords | |
Onboarding basics and control references for new users |
š Status & Roadmap
Current Version:
v1.1.0(ResoniteLink Protocol 0.13.1).Compliance: Agent Lab Phases 1ā6 complete. Real-time slot CRUD, OSC synchronization, and cached asset syncing are fully live-verified.
License: MIT Licensed. Made with care for the Resonite community.
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