unreal-bp

Manipulate Unreal Engine 5.7+ Blueprints and editor assets via Model Context Protocol.

36|7|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/lilklon/UEBlueprintMCP --skill unreal-bp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unreal-bp
Source: https://github.com/lilklon/UEBlueprintMCP/tree/main/docs
Command: npx skills add https://github.com/lilklon/UEBlueprintMCP --skill unreal-bp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating and editing Unreal Engine Blueprints, wiring graph nodes, setting up input systems, and creating materials or widgets requires deep engine expertise and hours of repetitive UI work, leading to avoidable errors and slow game development iteration.

Core Features & Use Cases

  • Blueprint & Graph Automation: Create, compile, and edit Blueprint classes, add and connect graph nodes, manage variables, event dispatchers, and custom functions.
  • Editor & Asset Workflows: Spawn actors, control the viewport, create materials and shaders, build UMG widgets, and configure Enhanced Input mappings.
  • Use Case: A game developer can use this skill to automatically generate a fully functional player character Blueprint with input bindings and movement logic in minutes instead of hours of manual clicking.

Quick Start

Use the unreal-bp skill to create a new Actor-based Blueprint named BP_Player, add a BeginPlay event node, and connect it to a print string node that outputs "Player spawned successfully".

Frequently Asked Questions about unreal-bp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Unreal Engine Blueprint creation and node wiring?

You can automate Unreal Engine Blueprint creation by using a Model Context Protocol connection to programmatically create classes, wire graph nodes, and manage variables. This eliminates repetitive UI clicking and prevents manual wiring errors.

Can I automatically generate UMG widgets and material shaders in Unreal Engine?

Yes, you can automatically generate UMG widgets and material shaders in Unreal Engine via MCP editor automation. It programmatically manipulates editor assets, creates materials, and builds UI widgets without manual asset setup.

Does this Unreal Engine automation skill require a specific editor version?

This Unreal Engine automation skill requires Unreal Engine 5.7 or higher. It uses a persistent TCP connection to the editor to eliminate reconnect overhead and ensures all validated operations auto-save.

What is the best way to set up Enhanced Input mappings programmatically in Unreal?

The best way to set up Enhanced Input mappings programmatically is via MCP editor automation. It directly configures input systems and binds them to Blueprint event nodes, streamlining player character logic setup.

How do I automatically spawn actors and control the viewport in Unreal Engine?

You can automatically spawn actors and control the viewport in Unreal Engine through MCP-driven editor asset workflows. This enables programmatic scene manipulation and validated viewport adjustments during game development.