Unity MCP Server
About
MCP server for Unity: 110+ tools, AI/ML discovery, bundled skills. No Editor.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
UNITY_PROJECT_PATHClaude Code
claude mcp add --env UNITY_PROJECT_PATH= unity-mcp-server -- npx unity-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"unity-mcp-server","command":"npx","args":["unity-mcp-server"],"env":{"UNITY_PROJECT_PATH":""}}'
JSON
{
"mcpServers": {
"unity-mcp-server": {
"command": "npx",
"args": [
"unity-mcp-server"
],
"env": {
"UNITY_PROJECT_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.