unreal-mcp-server

Jeanosasco/unreal-mcp-server
★ 0 stars Python AI/LLM Updated today
MCP server connecting Claude to Unreal Engine 5.8 via the Remote Control API.
View on GitHub → 🔍 Audit Wallet Slippage →

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-server": {
      "command": "uvx",
      "args": [
        "unreal-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install unreal-mcp-server

README Excerpt

Servidor MCP (Model Context Protocol) que conecta o Claude ao Unreal Engine 5.8 através da **Remote Control API** oficial do motor — sem plugin C++ customizado, sem build extra. Este servidor roda como um processo Python externo, à parte do Editor da Unreal, e conversa com ele por HTTP usando a API que já vem embutida no motor.

Tools (18)

MESHY_API_KEYMODEL_OUTPUT_DIRUNREAL_HOSTUNREAL_RC_PORTunreal_batchunreal_call_functionunreal_describe_objectunreal_destroy_actorunreal_generate_3d_modelunreal_generate_and_place_modelunreal_get_propertyunreal_import_modelunreal_list_level_actorsunreal_save_current_levelunreal_search_assetsunreal_set_propertyunreal_spawn_actorunreal_status