Skip to content
Grok

Unreal Engine API Documentation for Grok

io.github.codeturion/unreal-api-mcp

Accurate UE5 C++ API docs for AI agents. Prevents hallucinated signatures and includes.

client:Grok transport:stdio runtime:pypi

Install Unreal Engine 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": {
    "unreal-api-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "unreal-api-mcp"
      ],
      "env": {
        "UNREAL_VERSION": "<UNREAL_VERSION>",
        "UNREAL_PROJECT_PATH": "<UNREAL_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

Unreal Engine API Documentation in other clients