
advanced-unity-mcp
by codemaestroai·★ 91·Score 47
An MCP server that enables AI assistants to control Unity Editor through natural language commands.
Overview
Advanced Unity MCP by Code Maestro provides bidirectional communication between AI assistants and the Unity Editor. It allows developers to execute complex operations through natural language commands like 'Create a red material and apply it to a cube' or 'Build the project for Android.' The server supports two connection modes: direct connection for Code Maestro Desktop App and relay server for other MCP clients like VS Code, Cursor, and Claude Desktop.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server if you're working with Unity and want to control the editor through natural language commands, especially if you're already using Code Maestro or other supported MCP clients.
When NOT to choose this
Don't choose this if you're using a Unity version below 2022, or if you need to use unsupported MCP clients without a relay server connection.
Tools this server exposes
12 tools extracted from the READMEexecute_menu_itemExecute Unity Editor menu items
read_console_messagesRead Unity Console messages
clear_consoleClear Unity Console messages
create_materialCreate new Unity materials
create_scriptCreate new Unity scripts
create_prefabSave GameObjects as prefabs
modify_gameobjectModify existing GameObjects
manage_sceneManage Unity scenes
set_build_targetConfigure build settings and target platform
control_playbackControl game play mode in Unity
access_profilerAccess Unity Profiler for performance analysis
manage_unity_packagesManage Unity packages and project settings
Note: Tool names inferred from the documentation examples and capabilities sections, as the README doesn't provide an explicit tool list with formal names
Comparable tools
Installation
Installation
**1. Install the Package**
Unity Package Manager → Add package from git URL for the version of Unity you are using
For **Unity 2020-2022**
https://github.com/codemaestroai/advanced-unity-mcp.git?path=Unity2020_2022For **Unity 6+**
https://github.com/codemaestroai/advanced-unity-mcp.git?path=Unity6**2. Connect Your AI**
- Go to
Code Maestro > MCP Dashboardin Unity. - **For Code Maestro Desktop App:** Select the "Code Maestro Desktop App" connection mode.
- **For other clients (VS Code, Cursor, etc.):** Select the "Other Clients" connection mode, then click **Configure** next to your preferred client.
FAQ
- Which Unity versions are supported?
- Unity 2020+ is supported, with specific installation paths for Unity 2020-2022 and Unity 6+.
- What MCP clients are compatible with this server?
- It supports Code Maestro Desktop App (direct connection) and any MCP-capable client like VS Code, Cursor, Windsurf, Claude Desktop, etc. (relay connection).
Compare advanced-unity-mcp with
Last updated · Auto-generated from public README + GitHub signals.