Go to file
2026-01-20 11:41:44 +07:00
docs Add complete specification and update README 2026-01-20 11:41:44 +07:00
package.json Initial commit: Unreal Engine MCP Server - AI-powered Unreal C++ development 2026-01-20 11:25:36 +07:00
README.md Add complete specification and update README 2026-01-20 11:41:44 +07:00
tmpclaude-4a3e-cwd Add complete specification and update README 2026-01-20 11:41:44 +07:00

Unreal Engine MCP Server

AI-powered Unreal Engine development - Generate C++ code, Blueprint conversions, and multiplayer systems

Status: Setup phase

See docs/SPEC.md for complete specifications.

Features

  • Generate Unreal C++ classes (.h + .cpp) from natural language
  • Blueprint → C++ conversion for performance optimization
  • Create complete gameplay systems (weapons, abilities, inventory)
  • Network replication code generation (multiplayer)
  • Debug Unreal code with AI assistance
  • Performance analysis and profiling recommendations
  • Animation Blueprint logic generation
  • Slate UI for editor customization

Target

  • Unreal Engine developers (5M+ worldwide)
  • AAA game studios and technical designers
  • Multiplayer game developers
  • VR/AR experience developers

Tech

  • TypeScript MCP server
  • Claude API for code generation
  • C++ code generation following Epic coding standards
  • Proper UE macros (UCLASS, UPROPERTY, UFUNCTION)