← Back to Plugins
MCP Server MCP

Unity API Documentation

github By github 👁 1 views ▲ 0 votes

Accurate Unity API docs (2022/2023/6) for AI agents. Prevents hallucinated signatures.

Homepage Verified source GitHub

Install

uvx unity-api-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "unity-api-mcp",
      "version": "2.1.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Unity version to serve: 2022, 2023, or 6 (default: auto-detect or 6)",
          "format": "string",
          "name": "UNITY_VERSION"
        },
        {
          "description": "Path to Unity project for auto-detecting version from ProjectSettings/ProjectVersion.txt",
          "format": "string",
          "name": "UNITY_PROJECT_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...