MCP server for the Unity Editor. Control Unity using AI assistants like Claude, Cursor, Windsurf etc
5.4K
Model Context Protocol server for Unity Editor integration. Control Unity through natural language using AI assistants like Claude, Cursor, and more.
Maintained by Coplayā - This project is not affiliated with Unity Technologies.
š¬ Join our community: Discord Serverā
Required: Install the Unity MCP Pluginā to connect Unity Editor with this MCP server.
docker pull msanatan/mcp-for-unity-server:latest
docker run -p 8080:8080 msanatan/mcp-for-unity-server:latest
This starts the MCP server on port 8080.
Add the following configuration to your MCP client (e.g., Claude Desktop config, Cursor settings):
{
"mcpServers": {
"UnityMCP": {
"url": "http://localhost:8080/mcp"
}
}
}
The server connects to Unity Editor automatically when both are running. No additional configuration needed.
Environment Variables:
DISABLE_TELEMETRY=true - Opt out of anonymous usage analyticsLOG_LEVEL=DEBUG - Enable detailed logging (default: INFO)Example running with environment variables:
docker run -p 8080:8080 -e LOG_LEVEL=DEBUG msanatan/mcp-for-unity-server:latest
Once connected, try these commands in your AI assistant:
For complete documentation, troubleshooting, and advanced usage, please visit the GitHub repository:
š Full Documentationā
MIT License - See LICENSEā
Content type
Image
Digest
sha256:4fb4a93f4ā¦
Size
146.8 MB
Last updated
22 days ago
docker pull msanatan/mcp-for-unity-server:v10