#354 · Primary category: AI Coding Assistants
VibeUE
Unreal Engine Vibe Coding tool
Project last updated:08/30/26
GitHub Stars
645
Forks
141
Contributors
18
License
MIT
Why we included this project
VibeUE is a plugin that extends Unreal Engine 5.8's built-in MCP server, letting an AI agent do more inside the editor without a separate server or an in-editor chat. It registers extra editor capabilities, from landscape sculpting and foliage to audio graphs, Niagara, and behavior trees, into the engine's own toolset registry, so an agent like Claude Code or Cursor can drive them through Unreal's standard protocol. The profiling piece stands out: an agent can capture Unreal Insights traces and report whether a frame is CPU- or GPU-bound, which is genuinely useful when you're chasing frame-rate problems. Real-world terrain generation from GPS data is included too, though that part needs a free API key. You do need Unreal's native MCP plugin enabled first, but once that's set up, VibeUE is a straightforward way for solo developers and small teams to hand off repetitive editor work and block out levels faster.
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.