Home › Other › Unity API Documentation

Unity API Documentation

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

Python
★ 67 stars Last pushed 2026-07-19 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 2.1.0)

uvx unity-api-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "unity-api-mcp": {
      "command": "uvx",
      "args": [
        "unity-api-mcp"
      ],
      "env": {
        "UNITY_VERSION": "<YOUR_VALUE>",
        "UNITY_PROJECT_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • UNITY_VERSION — Unity version to serve: 2022, 2023, or 6 (default: auto-detect or 6)
  • UNITY_PROJECT_PATH — Path to Unity project for auto-detecting version from ProjectSettings/ProjectVersion.txt

Related servers

Data from the Official MCP Registry