Stats
Actions
Tags
Provides MCP server capabilities for the Unity game engine editor, enabling Claude to interact with Unity scenes, assets, and editor workflows via local subprocess.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"unity-editor": {
"command": "uvx",
"args": [
"--from",
"mcpforunityserver",
"mcp-for-unity",
"--transport",
"stdio"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
npx claudepluginhub mrcalderon3d/everything-game-dev-code