MCP Directory
Back

unreal-mcp

by chongdashu · C++ · ★ 1,817

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers