MCP Directory
Back

unreal-mcp

by chongdashu · C++ · ★ 2,018

Enable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).

#mcp-server#modelcontextprotocol#unreal-engine-5

Install

git clone https://github.com/chongdashu/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": "npx",
      "args": [
        "-y",
        "github:chongdashu/unreal-mcp"
      ]
    }
  }
}

From the README

unreal-mcp [](https://opensource.org/licenses/MIT) [](https://www.unrealengine.com) [](https://www.python.org) [](https://github.com/chongdashu/unreal-mcp) This project enables AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP). This project is currently in an **EXPERIMENTAL** state. The API, functionality, and implementation details are subject to significant changes. While we encourage testing and feedback, please be aware that: - Breaking changes may occur without notice - Features may be…
Read full README on GitHub →

Related other servers