HomeDesign & Media › Unreal Engine API Documentation

Unreal Engine API Documentation

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

Python
★ 96 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 0.3.0)

uvx unreal-api-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "unreal-api-mcp": {
      "command": "uvx",
      "args": [
        "unreal-api-mcp"
      ],
      "env": {
        "UNREAL_VERSION": "<YOUR_VALUE>",
        "UNREAL_PROJECT_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • UNREAL_VERSION — Unreal Engine version to serve, e.g. 5.7 or 5.8 (default: auto-detect or 5.8)
  • UNREAL_PROJECT_PATH — Path to Unreal project for auto-detecting version from .uproject EngineAssociation field

Related servers

Data from the Official MCP Registry