Control Unity Editor from AI agents. 200+ MCP tools for GameObjects, Scenes, Assets, Materials, Prefabs, Terrain, Physics, Lighting, and more. Works with Claude, Cursor, Windsurf, VS Code Copilot — any MCP client. Zero config: just npx and go.
Server Config
{
"mcpServers": {
"unity": {
"command": "npx",
"args": [
"-y",
"uac-mcp-server"
]
}
}
}