mcpbeat Sign in

Unreal Engine API Documentation MCP Server

local only

Unreal Engine API Documentation runs on your own machine — the client starts it, so there is no endpoint to ping. 163 installs a week from pypi. Last commit 19 Jul 2026.

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

Installs per day peak 95 · avg 40 · -19% w/w
a month agotoday
163
Installs / week
pypi · unreal-api-mcp
96
Stars
1 open issues
19 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation [пакет] .github/workflows/build-db.yml:113, .github/workflows/build-db.yml:113
      - name: Update release description
        env:
          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add unreal-api-mcp -- uvx unreal-api-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "unreal-api-mcp": {
      "args": [
        "unreal-api-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.unreal-api-mcp]
command = "uvx"
args = ["unreal-api-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "unreal-api-mcp": {
      "args": [
        "unreal-api-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "unreal-api-mcp": {
      "args": [
        "unreal-api-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: 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). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Unreal Engine API Documentation

same job, measured the same way
Unity API Documentation
by codeturion

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

177 installs/wk local only
Vibecheck MCP
by vibecheckaiofficial

AI Code Firewall — MCP Server for hallucination prevention in AI development

17 installs/wk local only
Codesign
by img

Local design engine for AI agents: create, edit and export real, editable designs.

4 970 installs/wk local only
TranslateSheet
by translatesheet

Accurate, brand-controlled translation for text, code, images, and documents with terminology.

answering
C
NVIDIA CUDA Docs
by nvidia-ngc-nsight-copilot-api

Search NVIDIA CUDA documentation and code samples from AI coding agents.

answering
Agenticmail
by agenticmail

Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox.

301 installs/wk local only
Cesium MCP Dev
by gaopengbin

CesiumJS API docs, code generation and development tools for IDE AI assistants.

78 installs/wk local only
JMeter Docs
by qainsights

Apache JMeter community documentation, conversion tools, linters, and calculators for AI agents.

10 tools answering

Unreal Engine API Documentation — questions

Answers built from our own checks of this server.

Why is there no uptime for Unreal Engine API Documentation?
Unreal Engine API Documentation runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package unreal-api-mcp was installed 163 times last week.
How do I connect Unreal Engine API Documentation?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls unreal-api-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Unreal Engine API Documentation?
The pypi package unreal-api-mcp was installed 163 times in the last week. Week over week that is -19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Unreal Engine API Documentation open source?
Yes — it is published under the MIT licence, written in Python, 96 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.