loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

UECortex

MCP Tool

ashd-007/UECortex

An MCP server and tools to interface with LLM models such as Claude

Install

$ npx loaditout add ashd-007/UECortex

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "UECortex": {
      "command": "npx",
      "args": [
        "-y",
        "UECortex"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

UECortex

Native Unreal Engine 5 plugin that runs a full MCP (Model Context Protocol) server inside the Unreal Editor. Control your project directly from Claude Code, VS Code, or any MCP client — no Python sidecar, no Node.js process, no external dependencies.

139 tools across 13 categories. Pure C++.

---

Quick Start
1. Install

Copy the UECortex folder into your project's Plugins/ directory and enable it in your .uproject:

{
  "Name": "UECortex",
  "Enabled": true
}

Reopen the project. The server starts automatically on editor launch.

2. Connect

Claude Code:

claude mcp add uecortex --transport http http://localhost:7777/mcp

VS Code (.vscode/mcp.json):

{ "servers": { "uecortex": { "url": "http://localhost:7777/mcp" } } }

Health check:

GET http://localhost:7777/health

---

Tool Categories
Level & Actors

actor_spawn actor_delete actor_set_transform actor_get_properties actor_list actor_find_by_tag level_get_info viewport_focus console_command level_save ...

Blueprints

blueprint_list blueprint_get_graph blueprint_add_node blueprint_connect_pins blueprint_set_property blueprint_compile blueprint_add_component ...

C++ Codegen

cpp_create_class cpp_add_property cpp_add_function cpp_hot_reload ...

Rendering

rendering_set_nanite rendering_set_lumen material_create material_set_parameter material_compile ...

Splines & Volumes

spline_create spline_add_point spline_get_info volume_create volume_set_bounds ...

PCG *(requires PCG plugin)*

pcg_create_graph pcg_add_node pcg_connect_pins pcg_get_graph pcg_list_node_types pcg_execute ...

Gameplay Ability System *(requires GameplayAbilities plugin)*

gas_create_ability gas_add_attribute_set gas_grant_ability gas_apply_effect gas_list_abilities ...

Niagara

niagara_list_systems `niagara

Tags

aiblueprintscode-gencppmcpmcp-servernativeue-gasue-pcgunreal-engine

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated26 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/25/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/ashd-007/UECortex)](https://loaditout.ai/skills/ashd-007/UECortex)