loading…
Search for a command to run...
loading…
Unity Editor MCP SDK that exposes Unity Editor capabilities as MCP tools, enabling AI assistants like Claude Code to drive Unity Editor workflows through prefab
Unity Editor MCP SDK that exposes Unity Editor capabilities as MCP tools, enabling AI assistants like Claude Code to drive Unity Editor workflows through prefab inspection, asset manipulation, and preview rendering.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"unimcp": {
"command": "npx",
"args": []
}
}
}