df-ue4-mcp_server

KnightQuals/df-ue4-mcp_server
★ 9 stars C++ AI/LLM Updated 3d ago
AI-driven UE4.27 game development via MCP + LLM. Includes a complete, packaged Battlefield-style Conquest MiniGame built through this system.
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": {
    "df-ue4-mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "KnightQuals/df-ue4-mcp_server"
      ]
    }
  }
}