unitypilot

anmolbhardwaj17/unitypilot
★ 0 stars C# AI/LLM Updated 13d ago
An MCP server that lets an AI agent drive the full Unity lifecycle on macOS — install the editor, create projects, build scenes, write & compile scripts, screenshot the view, read the console, and run tests, without opening the Unity Editor by hand.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "unitypilot": {
      "command": "npx",
      "args": [
        "-y",
        "anmolbhardwaj17/unitypilot"
      ]
    }
  }
}

README Excerpt

> An MCP server that lets an AI agent drive the full Unity lifecycle on macOS — without > the developer ever opening the Unity Editor by hand. One `npm install`, and an AI agent can install Unity, scaffold a project, launch it (visible or headless), import assets, build scenes, write & compile scripts, screenshot the view,

Topics

aiclaudeeditor-automationgamedevmcpmodel-context-protocoltypescriptunityunity3d