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.
š¦ npm package: npmjs.com/package/unitypilot Ā· install with npx -y unitypilot
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.
Related MCP Servers
- AlicenseBqualityAmaintenanceMCP Unity Server to integrate Unity Editor game engine with different AI Model clients (e.g. Claude Desktop, Windsurf, Cursor)Last updated5191,851MIT
- Alicense-qualityDmaintenanceMCP server that bridges Unity with AI agents, enabling scene inspection, C# code execution, and screenshot capture via WebSocket communication.Last updatedMIT
- Flicense-qualityDmaintenanceA native C# MCP server that gives AI agents real-time control and visual analysis of the Unity Editor, enabling dynamic code execution, scene manipulation, and debugging without external dependencies.Last updated6
- Alicense-qualityAmaintenanceAn MCP server that enables AI agents to control the Unity Editor externally, providing tools for scene, GameObject, component, and other editor operations.Last updated1MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal Eā¦
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Cloud-hosted MCP server for durable AI memory
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- 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