MCP Directory
Back

unreal-mcp

by GenOrca · Python · ★ 120

Unreal Engine MCP Server: Control UE5 with Claude & AI Agents. Supports Python and C++ for custom tool development.

#ai-assistant-for-unreal-engine#developer-assistant#llm#mcp#python#ue5#unreal-engine-5#unreal-mcp

Install

pip install git+https://github.com/GenOrca/unreal-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "unreal-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/GenOrca/unreal-mcp.git"
      ]
    }
  }
}

From the README

Unreal MCP Connect AI assistants directly to the Unreal Editor via MCP Features · How Tools Work · Extending · Installation · Usage · Tools Reference · Troubleshooting |---|:---:| | **actor** | Spawn (class/object/surface raycast), transform get/set, properties, live component properties, hierarchy (attach/detach), folders, tags, bounds, selection, duplication, class queries. | 36 | | **asset** | Duplicate/rename/delete/save, list, dependencies & referencers, metadata tags, directories, search, FBX import/export, text…
Read full README on GitHub →

Related ai & ml servers