IvanMurzak/Unity-MCP
MCP Server for Unity Editor and for a game made with Unity
Quick Start
Clone the repository:
git clone https://github.com/IvanMurzak/Unity-MCPClaude Desktop configuration example:
{
"mcpServers": {
"unity-mcp": {
"command": "npx",
"args": [
"-y",
"IvanMurzak/Unity-MCP"
]
}
}
}Check the repository README for specific installation and configuration instructions.