An editor-only Unity package that runs a local MCP server inside the Unity Editor, allowing AI clients to inspect and control the open project. It provides built-in tools for scene and GameObject editing, script generation, play mode automation, input simulation, screenshots, logs, and performance checks.
From the registry: Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.

Please install the `unity-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Unity 2022.3+** — Unity 2022.3 LTS or later is required. (https://unity.com)
- **Unity Package** — Install via Package Manager > Add package from git URL. (https://github.com/FunseaAI/unity-mcp.git)
Canonical MCP server config (HTTP transport):
- url: `http://127.0.0.1:8765/`
Note: Requires installing the Unity package and starting the MCP server from GameBooom > MCP Server menu. Server runs locally at http://127.0.0.1:8765/. 79 built-in tools across 19 modules. Core profile exposes 19 tools by default.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.