Welcome to the ResoniteLink MCP. This tool helps you manage and operate your Resonite VR world using the WebSocket protocol. Follow these steps to download and run the software.
cd path/to/your/download/folder
npm install
npm run build
.mcp.json configuration file.claude_desktop_config.json file on your system.{
"mcpServers": {
"resonitelink": {
"command": "node",
"args": ["C:/Users/neo/GitHub/resolink_mcp/dist/mcp-server.js"],
"env": {
"RESONITE_WS_URL": "ws://localhost:29551"
}
}
}
}
You can use the following commands to perform various tasks within your Resonite VR world:
| Tool | Description |
|---|---|
connect |
Connect to Resonite |
disconnect |
Disconnect from Resonite |
get_slot |
Fetch information about slots |
find_slot |
Search slots by name |
add_slot |
Add a new slot |
remove_slot |
Delete a slot |
update_slot |
Modify an existing slot |
add_component |
Add a new component |
get_component |
Retrieve component information |
update_component |
Update a component |
remove_component |
Delete a component |
import_texture_file |
Import textures from a file |
search_components |
Look for specific components |
connect command to establish a connection to your Resonite world.get_slot to view current slots.add_slot and remove existing ones with remove_slot.add_component and remove_component.For detailed information and troubleshooting, you can refer back to this README or seek more assistance on community forums.
Remember, managing your Resonite VR world is simple with the right tools. Happy exploring!