Unreal Engine Vibe Coding
Unreal Engine Vibe Coding tool
What is Unreal Engine Vibe Coding?
Unreal Engine Vibe Coding is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to unreal engine vibe coding tool
Unreal Engine Vibe Coding tool
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Unreal Engine Vibe Coding tool
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx vibeueConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Unreal Engine Vibe Coding
VibeUE is an MCP server and Unreal Engine plugin that brings AI-powered development directly into Unreal Engine 5.7+, enabling developers to create and modify Blueprints, materials, landscapes, animations, audio, UI widgets, AI behavior trees, and more through natural language commands. It exposes 10 MCP tools backed by 32 Python API services with over 1,000 methods, plus 35 lazy-loaded skill packs covering every major Unreal Engine domain. VibeUE integrates with Claude Code, Cursor, VS Code, and its own in-editor chat client, making it a comprehensive AI copilot for game development workflows.
Prerequisites
- Unreal Engine 5.7 or higher installed
- A free VibeUE API key from vibeue.com/login
- Claude Code, Cursor, VS Code, or the built-in VibeUE in-editor chat as the AI client
- Python enabled in your Unreal Engine project (Edit → Plugins → Python Editor Script Plugin)
- MCP-compatible AI client configured for external IDE integration
Get your free VibeUE API key
A VibeUE API key is required for both the MCP server and the in-editor AI Chat. Register at vibeue.com/login and copy your key — it is free to obtain.
Install the VibeUE plugin in Unreal Engine
Download and install the VibeUE plugin from the Unreal Engine Marketplace or vibeue.com. Enable it in your project via Edit → Plugins → search for VibeUE → enable and restart the editor.
Enter your API key in Unreal Editor
After enabling the plugin, click the VibeUE gear icon in the Unreal Editor toolbar and paste your API key into the settings panel. This activates both the in-editor chat and the MCP server.
Configure your external AI client (Claude Code)
To use VibeUE from Claude Code or Cursor, add the MCP server to your client configuration. The server connects to the running Unreal Editor instance.
{
"mcpServers": {
"vibeue": {
"command": "npx",
"args": ["vibeue"],
"env": {
"VIBEUE_API_KEY": "your-vibeue-api-key"
}
}
}
}Load a domain skill pack before working in that area
VibeUE's 35 skill packs are lazy-loaded to keep context small. Before working on blueprints, materials, or landscapes, load the relevant skill so the AI has the right domain knowledge.
Use execute_python_code for direct Unreal Engine control
The most powerful tool is execute_python_code, which runs arbitrary Unreal Engine Python API code in the editor context. Always start with `import unreal` (lowercase).
Unreal Engine Vibe Coding Examples
Client configuration (Claude Code)
Configure VibeUE as an MCP server in Claude Code to control Unreal Engine from your terminal session.
{
"mcpServers": {
"vibeue": {
"command": "npx",
"args": ["vibeue"],
"env": {
"VIBEUE_API_KEY": "your-vibeue-api-key"
}
}
}
}Prompts to try
Use these natural language prompts inside Claude Code or the VibeUE in-editor chat to control Unreal Engine development tasks.
- "Load the blueprints skill and create a new Actor Blueprint with a health component"
- "Search for all Blueprint assets named BP_Player and open the first one"
- "Generate a landscape from real-world terrain data for the Rocky Mountains area"
- "Load the materials skill and create a simple rock material with roughness and normal maps"
- "Read the Unreal Engine logs and show me any errors from the last compile"
- "Load the umg-widgets skill and create a health bar HUD widget"
- "Execute Python to spawn a Static Mesh actor at location (0, 0, 100) in the current level"Troubleshooting Unreal Engine Vibe Coding
MCP tools return 'editor not connected' or connection refused errors
Ensure Unreal Engine is running with the VibeUE plugin active and your API key entered in the plugin settings. The MCP server connects to the running editor instance — it cannot function without an open Unreal Editor session. Check that the plugin is enabled in Edit → Plugins.
execute_python_code fails with ImportError or module not found
Always start Python code with `import unreal` (lowercase). Ensure the Python Editor Script Plugin is enabled in your UE project (Edit → Plugins → Python). For subsystems use `unreal.get_editor_subsystem(unreal.LevelEditorSubsystem)` — not the Python stdlib.
AI assistant produces incorrect Blueprint or asset operations
Load the relevant skill pack first using `manage_skills(action='load', skill_name='blueprints')` before asking Blueprint-related questions. Use manage_asset's search action to confirm asset paths before move or delete operations to avoid broken references.
Frequently Asked Questions about Unreal Engine Vibe Coding
What is Unreal Engine Vibe Coding?
Unreal Engine Vibe Coding is a Model Context Protocol (MCP) server that unreal engine vibe coding tool It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Unreal Engine Vibe Coding?
Follow the installation instructions on the Unreal Engine Vibe Coding GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Unreal Engine Vibe Coding?
Unreal Engine Vibe Coding works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Unreal Engine Vibe Coding free to use?
Yes, Unreal Engine Vibe Coding is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Unreal Engine Vibe Coding Alternatives — Similar Developer Tools Servers
Looking for alternatives to Unreal Engine Vibe Coding? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Unreal Engine Vibe Coding in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Unreal Engine Vibe Coding?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.