Unity MCP Server
Quality Score
87
/100
MCP server for Unity: project info, build scenes, agent docs. No Unity Editor. Cursor, Claude.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"unity-mcp-server": {
"command": "npx",
"args": [
"-y",
"unity-mcp-server"
],
"env": {
"UNITY_PROJECT_PATH": "<unity_project_path>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"unity-mcp-server": {
"command": "npx",
"args": [
"-y",
"unity-mcp-server"
],
"env": {
"UNITY_PROJECT_PATH": "<unity_project_path>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y unity-mcp-server§02 Environment variables
UNITY_PROJECT_PATHrequired
Absolute path to your Unity project root (required)
§03 MCP Quality Score · methodology
freshness
22
completeness
15
installability
25
documentation
15
stability
10
§04 Alternatives in Documents & Spreadsheets
ac.tandem/docs-mcp
ac.tandem/docs-mcp
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
ai.adramp/google-ads
ai.adramp/google-ads
Google Ads MCP server — manage campaigns, keywords, and metrics.
AutEng MCP - Markdown Publishing & Document Share Links
ai.auteng/docs
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai