unitypilot
Provides tools for managing the full Unity lifecycle, including project creation, scene building, scripting, testing, and asset importing.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@unitypilotCreate a new 2D Unity project called Platformer"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
UnityPilot
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,
read the console, and run tests.
→ User docs, install, and the tool catalog: packages/orchestrator/README.md.
This repo root is for working on UnityPilot itself. See SPEC.md for the full spec and
CLAUDE.md for the working agreement.
⚠️ v1 is macOS only
Apple Silicon (arm64) and Intel (x64) are supported. Windows and Linux exist only as
NotImplemented resolver stubs for contributors to fill in.
Related MCP server: YetAnotherUnityMcp
Status
Phases 0–6 complete (full lifecycle + the autonomous feedback loop). Phase 7 (packaging +
public release) in progress. Built strictly phase by phase — see SPEC.md §9.
Packages
packages/orchestrator— the Node/TypeScript MCP server (our code), published to npm asunitypilot. Bundles the bridge at pack time.packages/bridge— the forked C# Unity (UPM) bridge, injected into projects via afile:reference. Fork of CoderGamester/mcp-unity (MIT); fork changes inpackages/bridge/FORK.md.
Develop (macOS)
corepack enable pnpm # pnpm 9 ships with Node 22 via corepack
pnpm install
pnpm build
pnpm testTo produce a publishable tarball (copies the bridge into the package, then builds):
cd packages/orchestrator
npm pack # runs prepack: bundle-bridge + tscOut of scope for v1
Asset generation, Windows/Linux, Unity Asset Store distribution, and fully autonomous
visual correctness. See SPEC.md §8.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anmolbhardwaj17/unitypilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server