hackerzhuli/unity_code_mcp
Unity Code MCP is a MCP server that enables AI agents to work on Unity project autonomously, by providing tools to compile code and run tests in Unity Editor.
Platform-specific configuration:
{
"mcpServers": {
"unity_code_mcp": {
"command": "npx",
"args": [
"-y",
"unity_code_mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...