#422 · Primary category: AI Coding Assistants
UnrealClaude
Claude Code CLI integration for Unreal Engine 5.7 - Get AI coding assistance with built-in UE5.7 documentation context directly in the editor.
Project last updated:06/26/26
GitHub Stars
891
Forks
136
Contributors
7
License
MIT
Why we included this project
UnrealClaude puts Claude Code inside the Unreal Editor for people who build games in 5.7 and would rather not tab out to a terminal. A chat panel docks right in the editor, streams responses as they arrive, and renders tool calls and code blocks like native UI. What sets it apart is the bundled MCP server: more than twenty tools can manipulate actors, edit Blueprints, manage levels, touch materials and input, and query assets, so the assistant can act on your project instead of just suggesting changes. A dynamic context loader pulls real UE 5.7 API documentation on demand, a useful guardrail given how often LLM coding assistants fabricate engine functions. Session history carries over between editor restarts and long operations are queued so they don't time out mid-edit. If you already use Claude Code on the command line, this keeps that same feel but with the editor's context built in.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.