AI-driven UE4.27 game development via MCP + LLM. Includes a complete, packaged Battlefield-style Conquest MiniGame built through this system.
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"
]
}
}
}
Run in terminal:
claude mcp add df-ue4-mcp_server npx -y KnightQuals/df-ue4-mcp_server
Add to .cursor/mcp.json:
{
"mcpServers": {
"df-ue4-mcp_server": {
"command": "npx",
"args": [
"-y",
"KnightQuals/df-ue4-mcp_server"
]
}
}
}