🎭 Resonite MCP & Dashboard

MCP serverDev tools

Resonite social VR platform MCP server for natural language control of avatars, worlds, and Proto...

Unavailable. This server has no hosted endpoint yet, so ahel can't serve it.

Connect ahel once, and every AI you use reads what you have installed.

From the project's README

As published by sandraschi/resonite-mcp in README.md.

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.

🌐 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 uses MCP_BRIDGE_URLS for 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 serve

The 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:

GuideDescription
ARCHITECTURE.mdHigh-level system architecture, protocols, and port mappings
INSTALL.mdFull installation paths and environment configurations
docs/TOOLS.mdList of the 65+ Python tools and HTTP API endpoints
docs/RESONITELINK_GUIDE.mdDeep-dive into the ResoniteLink WebSocket protocol
VR_WORLDS_COMPARISON.mdDetailed comparison between Resonite, VRChat, and Vircadia
BUILD_AND_INHABIT_PIPELINE.mdAutomation stages from Blender/GIMP to live VR injection
COMMUNITY_RESOURCES.mdLinks to RML modding, video tutorials, subreddits, and Discords
BEGINNERS_GUIDE.mdOnboarding 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.
  • TODO β€” nearby-object search: overte-mcp has a spatial find_nearby query built on Overte's Entities.findEntities; ResoniteLink has no equivalent primitive, so this hasn't been ported. Building it would mean walking the scene graph (recursive get_children/get_slot from a root, filtering by distance client-side) instead of a single server-side spatial query β€” a different, slower design, not a straight port. See CHANGELOG.md (2026-09-02 entries) for the rest of what did port cleanly from overte-mcp (animate, fixture spawner, model/texture depot + backup).
  • License: MIT Licensed. Made with care for the Resonite community.

Signals

GitHub stars
8
Last commit
Sep 2026
Advanced
Delivery
resonite-mcp MCP server β†’ your ahel gateway (mcp.ahel.ai) β†’ every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-sandraschi-resonite-mcp
Source
github.com/sandraschi/resonite-mcp