mcp-unreal-engine

Gatyh/mcp-unreal-engine
★ 0 stars C++ AI/LLM Updated today
Control Unreal Engine 5.5-5.8 with natural language — a local MCP server (Cursor / Claude). 100% local, no paid deps.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-unreal-engine": {
      "command": "npx",
      "args": [
        "-y",
        "Gatyh/mcp-unreal-engine"
      ]
    }
  }
}

README Excerpt

**Drive Unreal Engine 5.5 → 5.8 with natural language.** A local **MCP server** that lets your AI assistant (Cursor, Claude Code, Claude Desktop…) control the Unreal Editor in real time — inspect and build scenes, materials, blueprints, Niagara, sequences, post-process, and even **read & write node graphs**.