Unreal Engine API Documentation MCP Server

Accurate UE5 C++ API docs for AI agents. Prevents hallucinated signatures and includes. Its README documents 5 tools, including search_unreal_api, get_function_signature, get_include_path. It runs locally over stdio via the published package.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-19 · ★ 94 · #40 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Unreal Engine API Documentation

before you install - you'll need

Set UNREAL_VERSION, UNREAL_PROJECT_PATH before connecting.

Claude Code

claude mcp add codeturion-unreal-api-mcp -- uvx unreal-api-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "codeturion-unreal-api-mcp": {
      "command": "uvx",
      "args": [
        "unreal-api-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package unreal-api-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Codeturion is GitHub-verified and matches the repo owner

03 · What Unreal Engine API Documentation can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can resolve include for a type, and check if an API is obsolete.

The 5 tools it gives your agent

Extracted from the project's README - what Unreal Engine API Documentation lets an agent do.

search_unreal_api
- Find APIs by keyword
get_function_signature
- Exact signature with parameters and return type
get_include_path
- Resolve #include for a type
get_class_reference
- Full class reference card
get_deprecation_warnings
- Check if an API is obsolete

Latest releases

v0.3.0 · 2026-07-19

Changes · Default Unreal Engine version is now 5.8 (auto-detection unchanged: UNREAL_VERSION env var > .uproject EngineAssociation > default) · License changed from PolyForm Noncommercial 1.0.0 to MIT · UE 5.8 / 5.8.0…

v0.2.0 · 2026-03-02

What's New · Full UE 5.x coverage: Databases for every version from 5.0 to 5.7, including all patch releases (35 databases total) · Patch version support: Users on e.g. UE 5.7.3 get an exact patch database, with…

v0.1.1 · 2026-02-26

First public release of unreal-api-mcp. · 5 MCP tools for accurate Unreal Engine C++ API documentation: · search_unreal_api - keyword search with BM25 ranking · get_function_signature - exact signatures with parameters…

04 · Who maintains Unreal Engine API Documentation

Unreal Engine API Documentation is maintained by codeturion. We track 3 MCP servers from codeturion - 3 actively maintained, 180 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from codeturion.

  1. codesurface Indexes your codebase's public API and serves it via compact MCP tool responses. ★ 21
  2. Unity API Documentation Accurate Unity API docs (2022/2023/6) for AI agents. Prevents hallucinated signatures. ★ 65

05 · Facts

category
documentation - ranked #40 of 183 actively-maintained documentation servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-19)
registry
io.github.Codeturion/unreal-api-mcp (active, first published 2026-02-26 · 3 versions)
packages
pypi:unreal-api-mcp

06 · Unreal Engine API Documentation FAQ

Is Unreal Engine API Documentation still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-19 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Unreal Engine API Documentation do?

With this server connected, an agent can resolve include for a type, and check if an API is obsolete.

How do I install Unreal Engine API Documentation?

Run `uvx unreal-api-mcp`. The README documents 2 environment variables (UNREAL_VERSION, UNREAL_PROJECT_PATH) to set first. Set UNREAL_VERSION, UNREAL_PROJECT_PATH before connecting. You can also paste the ready-made client config above.

Does Unreal Engine API Documentation run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Unreal Engine API Documentation