mcp-unreal

remiphilippe/mcp-unreal
★ 13 stars Go 🤖 AI/LLM Updated 12d ago
MCP server that gives AI coding agents (Claude Code, Cursor, etc.) full control over Unreal Engine 5.7 projects — headless builds & tests, Blueprint editing, actor manipulation, procedural mesh generation, and UE API documentation lookup.
View on GitHub →

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": {
      "command": "go",
      "args": [
        "run",
        "github.com/remiphilippe/mcp-unreal@latest"
      ]
    }
  }
}

Topics

mcp-serverunreal-engineunreal-engine-5