Google PageRank for AI agents. 25,000+ tools indexed.

UECortex MCP Server

ashd-007/UECortex

Score: 53.3 Rank #56 MCP Server
Are you the maintainer of ashd-007/UECortex? Claim this listing →

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

Add AgentRank to Claude Code Discover and compare tools like ashd-007/UECortex — your AI finds the right one automatically
Get API Access →
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

C++ MIT
aicppmcpmcp-servernativeunreal-engineue-gasue-pcgblueprintscode-gen

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for ashd-007/UECortex
[![AgentRank](https://agentrank-ai.com/api/badge/tool/ashd-007--UECortex)](https://agentrank-ai.com/tool/ashd-007--UECortex/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/ashd-007--UECortex/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/ashd-007--UECortex" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="ashd-007/UECortex"></script>

Matched Queries

"mcp server""mcp-server"

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.