Used by 2 plugins
Connects to Unity projects to read assets, scenes, and game objects for real-time analysis.
Add to your .mcp.json:
{
"mcpServers": {
"unity": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-unity"
]
}
}
}npx