MCP-tools-for-VR-Builder

MindPort-GmbH/MCP-tools-for-VR-Builder
★ 1 stars C# 📦 Other Updated 10d ago
MCP Tools for VR Builder to be used with 3rd party Unity MCP servers
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": {
    "mcp-tools-for-vr-bui": {
      "command": "npx",
      "args": [
        "-y",
        "MindPort-GmbH/MCP-tools-for-VR-Builder"
      ]
    }
  }
}