reavorse-mcp

HuangChILun/reavorse-mcp
★ 5 stars C# 💻 Code/Dev Tools Updated 10d ago
An enhanced Unity package to communicate with a local MCP Client via a Python server, with extended material, particle, lighting, UI and physics features.
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": {
    "reavorse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "HuangChILun/reavorse-mcp"
      ]
    }
  }
}