|
14 | 14 | [](https://modelcontextprotocol.io/introduction) |
15 | 15 | [](https://opensource.org/licenses/MIT) |
16 | 16 |
|
17 | | -**Create your Unity apps with LLMs!** MCP for Unity bridges AI assistants (Claude, Claude Code, Cursor, VS Code, etc.) with your Unity Editor via the [Model Context Protocol](https://modelcontextprotocol.io/introduction). Give your LLM the tools to manage assets, control scenes, edit scripts, and automate tasks. |
| 17 | +**Create your Unity apps with LLMs!** MCP for Unity bridges AI assistants (Claude, Claude Code, Cursor, VS Code, Kimi Code, etc.) with your Unity Editor via the [Model Context Protocol](https://modelcontextprotocol.io/introduction). Give your LLM the tools to manage assets, control scenes, edit scripts, and automate tasks. |
18 | 18 |
|
19 | 19 | <img alt="MCP for Unity building a scene" src="docs/images/building_scene.gif"> |
20 | 20 |
|
|
31 | 31 | <details> |
32 | 32 | <summary>Older releases</summary> |
33 | 33 |
|
| 34 | +* **v9.6.9** — Added Kimi Code CLI client configurator. |
34 | 35 | * **v9.4.8** — New editor UI, real-time tool toggling via `manage_tools`, skill sync window, multi-view screenshot, one-click Roslyn installer, Qwen Code & Gemini CLI clients, ProBuilder mesh editing via `manage_probuilder`. |
35 | 36 | * **v9.4.7** — Per-call Unity instance routing, macOS pyenv PATH fix, domain reload resilience for script tools. |
36 | 37 | * **v9.4.6** — New `manage_animation` tool, Cline client support, stale connection detection, tool state persistence across reloads. |
|
47 | 48 |
|
48 | 49 | * **Unity 2021.3 LTS+** — [Download Unity](https://unity.com/download) |
49 | 50 | * **Python 3.10+** and **uv** — [Install uv](https://docs.astral.sh/uv/getting-started/installation/) |
50 | | -* **An MCP Client** — [Claude Desktop](https://claude.ai/download) | [Claude Code](https://docs.anthropic.com/en/docs/claude-code) | [Cursor](https://www.cursor.com/en/downloads) | [VS Code Copilot](https://code.visualstudio.com/docs/copilot/overview) | [GitHub Copilot CLI](https://docs.github.com/en/copilot/concepts/agents/about-copilot-cli) | [OpenClaw](https://openclaw.ai) |
| 51 | +* **An MCP Client** — [Claude Desktop](https://claude.ai/download) | [Claude Code](https://docs.anthropic.com/en/docs/claude-code) | [Cursor](https://www.cursor.com/en/downloads) | [VS Code Copilot](https://code.visualstudio.com/docs/copilot/overview) | [Kimi Code](https://github.com/MoonshotAI/kimi-cli) | [GitHub Copilot CLI](https://docs.github.com/en/copilot/concepts/agents/about-copilot-cli) | [OpenClaw](https://openclaw.ai) |
51 | 52 |
|
52 | 53 | ### 1. Install the Unity Package |
53 | 54 |
|
@@ -82,7 +83,7 @@ openupm add com.coplaydev.unity-mcp |
82 | 83 | 2. Click **Start Server** (launches HTTP server on `localhost:8080`) |
83 | 84 | 3. Select your MCP Client from the dropdown and click **Configure** |
84 | 85 | 4. Look for 🟢 "Connected ✓" |
85 | | -5. **Connect your client:** Some clients (Cursor, Antigravity, OpenClaw) require enabling an MCP toggle or plugin in settings. OpenClaw also needs the `openclaw-mcp-bridge` plugin enabled and follows the currently selected MCP for Unity transport (`HTTP` or `stdio`). Others (Claude Desktop, Claude Code) auto-connect after configuration. |
| 86 | +5. **Connect your client:** Some clients (Cursor, Antigravity, OpenClaw) require enabling an MCP toggle or plugin in settings. OpenClaw also needs the `openclaw-mcp-bridge` plugin enabled and follows the currently selected MCP for Unity transport (`HTTP` or `stdio`). Others (Claude Desktop, Claude Code, Kimi Code) auto-connect after configuration. |
86 | 87 |
|
87 | 88 | **That's it!** Try a prompt like: *"Create a red, blue and yellow cube"* or *"Build a simple player controller"* |
88 | 89 |
|
|
0 commit comments