$git clone https://github.com/CoderGamester/mcp-unity| ๐บ๐ธEnglish | ๐จ๐ณ็ฎไฝไธญๆ | ๐ฏ๐ตๆฅๆฌ่ช | |----------------------|---------------------------------|----------------------|
| 1 | # MCP Unity Editor (Game Engine) |
| 2 | ย |
| 3 | [](https://modelcontextprotocol.io/introduction) |
| 4 | [](https://unity.com/releases/editor/archive) |
| 5 | [](https://nodejs.org/en/download/) |
| 6 | [](https://github.com/CoderGamester/mcp-unity/stargazers) |
| 7 | [](https://github.com/CoderGamester/mcp-unity/commits/main) |
| 8 | [](https://opensource.org/licenses/MIT) |
| 9 | ย |
| 10 | | [๐บ๐ธEnglish](README.md) | [๐จ๐ณ็ฎไฝไธญๆ](README_zh-CN.md) | [๐ฏ๐ตๆฅๆฌ่ช](README-ja.md) | |
| 11 | |----------------------|---------------------------------|----------------------| |
| 12 | ย |
| 13 | ``` |
| 14 | ,/(/. *(/, |
| 15 | */(((((/. *((((((*. |
| 16 | .*((((((((((/. *((((((((((/. |
| 17 | ./((((((((((((((/ *((((((((((((((/, |
| 18 | ย |
| 19 | ,/(((((((((((((/*. */(((((((((((((/*. |
| 20 | ,%%#((/((((((* ,/(((((/(#&@@( |
| 21 | ,%%##%%##((((((/*. ,/((((/(#&@@@@@@( |
| 22 | ,%%######%%##((/(((/*. .*/(((//(%@@@@@@@@@@@( |
| 23 | ,%%####%#(%%#%%##((/((((((((//#&@@@@@@&@@@@@@@@( |
| 24 | ,%%####%( /#%#%%%##(//(#@@@@@@@%, #@@@@@@@( |
| 25 | ,%%####%( *#%###%@@@@@@( #@@@@@@@( |
| 26 | ,%%####%( #%#%@@@@, #@@@@@@@( |
| 27 | ,%%##%%%( #%#%@@@@, #@@@@@@@( |
| 28 | ,%%%#* #%#%@@@@, *%@@@( |
| 29 | ., ,/##*. #%#%@@@@, ./&@#* *` |
| 30 | ,/#%#####%%#/, #%#%@@@@, ,/&@@@@@@@@@&\. |
| 31 | `*#########%%%%###%@@@@@@@@@@@@@@@@@@&*ยด |
| 32 | `*%%###########%@@@@@@@@@@@@@@&*ยด |
| 33 | `*%%%######%@@@@@@@@@@&*ยด |
| 34 | `*#%%##%@@@@@&*ยด |
| 35 | `*%#%@&*ยด |
| 36 | |
| 37 | โโโโ โโโโ โโโโโโโโโโโโโโ โโโ โโโโโโโ โโโโโโโโโโโโโโโโโโ โโโ |
| 38 | โโโโโ โโโโโโโโโโโโโโโโโโโโโ โโโ โโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโ |
| 39 | โโโโโโโโโโโโโโ โโโโโโโโ โโโ โโโโโโโโโ โโโโโโ โโโ โโโโโโโ |
| 40 | โโโโโโโโโโโโโโ โโโโโโโ โโโ โโโโโโโโโโโโโโโโ โโโ โโโโโ |
| 41 | โโโ โโโ โโโโโโโโโโโโโโ โโโโโโโโโโโโ โโโโโโโโโ โโโ โโโ |
| 42 | โโโ โโโ โโโโโโโโโโ โโโโโโโ โโโ โโโโโโโโ โโโ โโโ |
| 43 | ``` |
| 44 | ย |
| 45 | MCP Unity is an implementation of the Model Context Protocol for Unity Editor, allowing AI assistants to interact with your Unity projects. This package provides a bridge between Unity and a Node.js server that implements the MCP protocol, enabling AI agents like Cursor, Windsurf, Claude Code, Codex CLI, GitHub Copilot, Google Antigravity, and OpenCode to execute operations within the Unity Editor. |
| 46 | ย |
| 47 | ## Features |
| 48 | ย |
| 49 | ### IDE Integration - Package Cache Access |
| 50 | ย |
| 51 | MCP Unity provides automatic integration with VSCode-like IDEs (Visual Studio Code, Cursor, Windsurf, Google Antigravity) by adding the Unity `Library/PackedCache` folder to your workspace. This feature: |
| 52 | ย |
| 53 | - Improves code intelligence for Unity packages |
| 54 | - Enables better autocompletion and type information for Unity packages |
| 55 | - Helps AI coding assistants understand your project's dependencies |