CoplayDev/unity-mcp
Unity MCP acts as a bridge, allowing AI assistants (like Claude, Cursor) to interact directly with your Unity Editor via a local MCP (Model Context Protocol) Client. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Platform-specific configuration:
{
"mcpServers": {
"unity-mcp": {
"command": "npx",
"args": [
"-y",
"unity-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
| English | 简体中文 | |----------------------|---------------------------------|
[](https://discord.gg/y4p8KfzrN4) [](https://www.coplay.dev/?ref=unity-mcp) [](https://unity.com/releases/editor/archive) [](https://assetstore.unity.com/packages/tools/generative-ai/mcp-for-unity-ai-driven-development-329908) [](https://www.python.org) [](https://modelcontextprotocol.io/introduction) [](https://opensource.org/licenses/MIT)
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. Give your LLM the tools to manage assets, control scenes, edit scripts, and automate tasks.
<details> <summary><strong>Recent Updates</strong></summary>
unity_reflect and unity_docs tools for API verification: inspect live C# APIs via reflection and fetch official Unity documentation (ScriptReference, Manual, package docs). New manage_packages tool: install, remove, search, and manage Unity packages and sLoading reviews...