Claude Bridge for Unity turns your running Unity Editor into ~300 AI-callable tools over the Model Context Protocol β create, build, see, and verify, all inside the Editor you already have open.

Built for game development specifically β not a thin remote-procedure layer.
Scaffolds, NPC & worldgen tools, scene composition, and a screenshot-driven verify loop β not just generic get/set.
With the stdio proxy, a normal recompile never drops the AI's session.
Claude Code & Desktop, ChatGPT/Codex, Cursor, Windsurf, Cline, Zed β anything that speaks MCP. The model behind it doesn't matter.
HTTP (zero extra downloads) or a self-contained stdio proxy.
Every mutating tool verifies its change took effect before reporting success. No silent failures.
The bridge reads Unity's real API surface, so tools reflect your installed version, not stale assumptions.
Tag your own public static methods [McpTool] and they appear as callable tools automatically.
Binds 127.0.0.1. Your project never leaves your machine.
GameObjects, transforms, components, hierarchy, prefabs, scene composition
Materials, lighting, light baking, atmosphere, cameras, post/SRP volumes
Animation, particles, audio, Cinemachine
Terrain, worldgen, NavMesh, physics
Input System, networking, UI & UI layout
Create/edit C# scripts, reflection, runtime inspection, diagnostics, compile errors
Screenshots, visual verification, playmode control, in-play simulation
Gameplay scaffolds (health/pickups/interactables/loot/objectives/economy/day-night), NPC tools
Import the Editor package, then connect your AI client one of two ways:
In Unity: Window βΈ Claude Bridge βΈ Options β enable the HTTP endpoint, then point your client at the shown URL.
{ "mcpServers": { "claude-bridge-unity":
{ "type": "http", "url": "http://127.0.0.1:17321/mcp" } } }Download the free, self-contained proxy for your OS, then register it with your client.
Proxy downloads (Win Β· macOS Β· Linux) βRequires Unity 2022.3 LTS+ (developed on Unity 6.4). An MCP-capable AI client is sold separately / free β not included.