Skip to content

Releases: Codeturion/unreal-api-mcp

v0.2.0 -- Full UE 5.x coverage

02 Mar 01:39

Choose a tag to compare

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 fallback to 5.7 if unavailable
  • Auto-update check: Server checks for database updates on startup (via HEAD request, silent on failure)
  • CI automation: Weekly detection of new UE releases with automatic database builds
  • Rebuild All workflow: One-click rebuild of all databases (for parser improvements)

Supported Versions

Version Patches
5.0 5.0.0 - 5.0.3
5.1 5.1.0 - 5.1.1
5.2 5.2.0 - 5.2.1
5.3 5.3.0 - 5.3.2
5.4 5.4.0 - 5.4.4
5.5 5.5.0 - 5.5.4
5.6 5.6.0 - 5.6.1
5.7 5.7.0 - 5.7.3

v0.1.1 — Initial release

26 Feb 23:42

Choose a tag to compare

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 and return types
  • get_include_path — resolve #include for any type
  • get_class_reference — full class member listing
  • get_deprecation_warnings — check if an API is obsolete

Coverage: UE 5.5 (99k records), UE 5.6 (109k records), UE 5.7 (114k records). All Engine Runtime, Editor, Developer modules, plus built-in plugins.

Databases download automatically on first run (~43-50 MB).

pip install unreal-api-mcp

Pre-built Databases

26 Feb 23:32

Choose a tag to compare

Pre-built SQLite databases for Unreal Engine API documentation. Downloaded automatically on first run.

Supported Versions

Version Patches DB Size
4.27 -- ~46 MB
5.0 5.0.0 - 5.0.3 ~27 MB
5.1 5.1.0 - 5.1.1 ~31 MB
5.2 5.2.0 - 5.2.1 ~33 MB
5.3 5.3.0 - 5.3.2 ~36 MB
5.4 5.4.0 - 5.4.4 ~41 MB
5.5 5.5.0 - 5.5.4 ~45 MB
5.6 5.6.0 - 5.6.1 ~49 MB
5.7 5.7.0 - 5.7.4 ~52 MB

37 databases covering every UE 5.x release. Updated automatically via CI.

Each major.minor database (e.g. 5.7) is built from the latest patch tag. Patch databases (e.g. 5.7.3) are built from the exact release tag.

Last updated: 2026-03-30