← Back to Plugins
MCP Server MCP

Unity MCP Server

github By github 👁 1 views ▲ 0 votes

MCP server for Unity: 130+ tools, Unity 6 skills, AI/ML discovery. No Editor.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "unity-mcp-server",
      "version": "1.7.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to your Unity project root (required)",
          "isRequired": true,
          "format": "string",
          "name": "UNITY_PROJECT_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...