Unreal Engine Vibe Coding

v1.0.0Developer Toolsstable

Unreal Engine Vibe Coding tool

aiai-toolsautomationblueprintclaude
Share:
195
Stars
0
Downloads
0
Weekly
0/5

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

AI-assisted Unreal Engine development
Blueprint and code generation
Game development automation
kevinpbuckley

Maintainer

LicenseMIT
Languagec++
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx vibeue

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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.

2

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.

3

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.

4

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"
      }
    }
  }
}
5

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.

6

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.

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.

Quick Config Preview

{ "mcpServers": { "vibeue": { "command": "npx", "args": ["-y", "vibeue"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides