
Unity AI Bridge
Drive Unity Editor scenes, assets, and editor actions from Claude Code or another AI IDE using 62 MCP tools over simple file IPC.
Overview
Unity AI Bridge is a MCP server for the Build phase that remote-controls Unity Editor from AI IDEs via file IPC with 62 tools.
What is this MCP server?
- 62 MCP tools to remote-control Unity Editor
- File-based IPC between AI IDE and Unity—advertised zero extra dependencies
- Works from any AI IDE that speaks MCP, not locked to one vendor
- Unity AI Bridge open-source repo with SETUP.md onboarding
- Editor-side control without embedding Unity inside the LLM runtime
- 62 MCP tools advertised
- Server version 1.0.0
- Zero extra dependencies claimed in catalog description
Community signal: 14 GitHub stars.
What problem does it solve?
Game solo devs copy-paste Unity steps from chat instead of having the agent execute editor actions safely in the open project.
Who is it for?
Indie Unity developers who want MCP-driven editor automation without a heavy custom plugin stack.
Skip if: Non-Unity workflows, headless CI-only builds with no Editor, or teams that forbid file-based IPC on shared machines.
What do I get? / Deliverables
After setup, your agent can call dozens of Unity Editor operations through MCP while you stay in the AI IDE.
- MCP-registered Unity AI Bridge in the dev environment
- Agent-invokable Unity Editor operations across 62 tools
- Tighter edit loop between AI suggestions and live Unity state
Recommended MCP Servers
Journey fit
Unity game construction and editor automation sit in active product build, before ship-time QA and launch distribution. The bridge is agent-to-editor tooling—not player-facing frontend code—so it belongs on the agent-tooling shelf for game projects.
How it compares
Unity Editor bridge MCP, not a general game design methodology skill or asset store marketplace.
Common Questions / FAQ
Who is Unity AI Bridge for?
Solo Unity builders and small teams who use AI IDEs and want MCP tools to manipulate the Editor instead of manual click-through.
When should I use Unity AI Bridge?
Use it during Build while iterating scenes, components, and editor workflows and you want the agent to apply changes through the 62-tool bridge.
How do I add Unity AI Bridge to my agent?
Follow the repo SETUP.md to install the bridge in your Unity project and register the MCP server in your client (Claude Code, Cursor, or compatible) per that guide.