Skip to content
Grok

Unity API Documentation for Grok

io.github.codeturion/unity-api-mcp

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

client:Grok transport:stdio runtime:pypi

Install Unity API Documentation in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "unity-api-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "unity-api-mcp"
      ],
      "env": {
        "UNITY_VERSION": "<UNITY_VERSION>",
        "UNITY_PROJECT_PATH": "<UNITY_PROJECT_PATH>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Unity API Documentation in other clients