UECortex MCP Server
ashd-007/UECortex
An MCP server and tools to interface with LLM models such as Claude
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
ashd-007/UECortex is a C++ MCP server licensed under MIT. An MCP server and tools to interface with LLM models such as Claude Topics: ai, cpp, mcp, mcp-server, native, unreal-engine, ue-gas, ue-pcg, blueprints, code-gen.
Ranked #56 out of 116 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# UECortex
Native Unreal Engine 5 plugin that runs a full [MCP (Model Context Protocol)](https://modelcontextprotocol.io) 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`:
```json
{
"Name": "UECortex",
"Enabled": true
}
```
Reopen the project. The server starts automatically on editor launch.
### 2. Connect
**Claude Code:**
```bash
claude mcp add uecortex --transport http http://localhost:7777/mcp
```
**VS Code** (`.vscode/mcp.json`):
```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` Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.