UnityMCP-VRC

swax/UnityMCP-VRC
★ 41 stars C# 💬 Communication Updated 15d ago
MCP Server for Unity with help for creating VRChat worlds
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "unitymcp-vrc": {
      "command": "npx",
      "args": [
        "-y",
        "swax/UnityMCP-VRC"
      ]
    }
  }
}