Advanced Unity
Public repository for Advanced Unity MCP by Code Maestro (www.code-maestro.com).
What is Advanced Unity?
Advanced Unity is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to public repository for advanced unity mcp by code maestro (www.code-maestro.com).
Public repository for Advanced Unity MCP by Code Maestro (www.code-maestro.com).
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Public repository for Advanced Unity MCP by Code Maestro (ww
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx advanced-unityConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Advanced Unity
Advanced Unity MCP by Code Maestro is a Model Context Protocol server that gives AI assistants direct control over the Unity Editor, enabling natural language-driven game development workflows. It exposes tools for editor control (play/pause/stop), asset management (materials, prefabs, scripts), scene and GameObject manipulation, build configuration, and Unity Profiler access. Game developers use it with Claude Desktop, Cursor, Windsurf, or VS Code to automate repetitive Unity tasks and prototype game mechanics through conversational commands.
Prerequisites
- Unity 2022 LTS or later (Unity 6+ supported with a separate package path)
- An MCP-compatible client: Claude Desktop, Cursor, Windsurf, VS Code, or the Code Maestro Desktop App
- Unity Package Manager access to install packages from Git URLs
- Node.js 18+ if running the MCP server side via npx
Install the Unity package
Open Unity Package Manager (Window → Package Manager), click the + button, and choose 'Add package from git URL'. Use the correct URL for your Unity version.
# Unity 2020-2022:
https://github.com/codemaestroai/advanced-unity-mcp.git?path=Unity2020_2022
# Unity 6+:
https://github.com/codemaestroai/advanced-unity-mcp.git?path=Unity6Open the MCP Dashboard in Unity
After the package installs, open the Code Maestro MCP Dashboard from the Unity menu bar at Code Maestro > MCP Dashboard.
Choose your connection mode
In the MCP Dashboard, select your connection mode: Direct Connection for the Code Maestro Desktop App, or Relay Server Connection for other clients like Claude Desktop, Cursor, or Windsurf.
Configure your MCP client
Add the Advanced Unity MCP server to your client configuration file. The server bridges your MCP client to the Unity Editor via the relay or direct connection.
{
"mcpServers": {
"advanced-unity": {
"command": "npx",
"args": ["advanced-unity"]
}
}
}Restart your MCP client and Unity
Restart both your MCP client (Claude Desktop, Cursor, etc.) and the Unity Editor to establish the MCP connection. Verify by asking Claude to list available Unity tools.
Advanced Unity Examples
Client configuration
Add Advanced Unity MCP to Claude Desktop config at ~/Library/Application Support/Claude/claude_desktop_config.json (macOS).
{
"mcpServers": {
"advanced-unity": {
"command": "npx",
"args": ["advanced-unity"]
}
}
}Prompts to try
Control the Unity Editor with natural language commands for asset creation, scene management, and builds.
- "Create a red material named RedMetal and apply it to the Cube in the scene"
- "Check the Unity console for any errors and summarize them"
- "Switch the build target to iOS and update the bundle identifier"
- "Create a new C# script called PlayerController and add it to the Player GameObject"
- "Run the profiler for 5 seconds and report the top CPU bottlenecks"Troubleshooting Advanced Unity
MCP Dashboard does not appear in the Unity menu
Ensure the package was installed correctly via Package Manager. If the menu is missing, try reimporting the package by removing it and re-adding the git URL. Check the Unity Console for any import errors.
Claude cannot connect to Unity in Relay Server mode
Verify the relay server is running (the MCP Dashboard should show a connected status). Ensure no firewall is blocking the relay connection port, and that your MCP client config points to the correct relay endpoint.
Unity commands execute but produce unexpected results
Ensure you have the correct Unity version for the package path you installed (Unity2020_2022 vs Unity6). Mixing versions causes API incompatibilities. Check the Unity Console for detailed error messages after each command.
Frequently Asked Questions about Advanced Unity
What is Advanced Unity?
Advanced Unity is a Model Context Protocol (MCP) server that public repository for advanced unity mcp by code maestro (www.code-maestro.com). It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Advanced Unity?
Follow the installation instructions on the Advanced Unity GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Advanced Unity?
Advanced Unity works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Advanced Unity free to use?
Yes, Advanced Unity is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.
Advanced Unity Alternatives — Similar Developer Tools Servers
Looking for alternatives to Advanced Unity? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Advanced Unity in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Advanced Unity?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.