← Index

Unity MCP Server

io.github.rachitkumarrastogi/unity-mcp-server·v1.5.2·Documents & Spreadsheets
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_PATH
required

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