unreal-mcp

chongdashu/unreal-mcp
★ 1,560 stars C++ 🤖 AI/LLM Updated 1mo ago
Enable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
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": {
    "unreal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chongdashu/unreal-mcp"
      ]
    }
  }
}

Topics

mcp-servermodelcontextprotocolunreal-engine-5