orion-mcp-workflow

Connect AI assistants to Unreal Engine 5.8 MCP workflows and automate editor tool interactions.

16|3|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/OrionUE/Orion_FreeEdition --skill orion-mcp-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orion-mcp-workflow
Source: https://github.com/OrionUE/Orion_FreeEdition/tree/main/.agents/skills/orion-mcp-workflow
Command: npx skills add https://github.com/OrionUE/Orion_FreeEdition --skill orion-mcp-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the complexity of connecting AI assistants with Unreal Engine 5.8 MCP by providing a reliable workflow for sessions, tool discovery, and editor automation.

Core Features & Use Cases

  • MCP Connection Management: Guides initialization, session handling, SSE parsing, and correct protocol usage with the Unreal Engine 5.8 MCP endpoint.
  • Official Toolset Operations: Enables discovery and use of AssetTools, ObjectTools, BlueprintTools, UMGToolSet, SlateInspectorToolset, and project-specific toolsets.
  • Blueprint and Editor Automation: Supports validated asset editing, Blueprint graph changes, compilation, saving, and safe automation workflows for Unreal projects.

Quick Start

Use the orion-mcp-workflow skill to connect to Unreal Engine 5.8 MCP and perform a validated Blueprint automation task.

Frequently Asked Questions about orion-mcp-workflow

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

FAQPage Schema
How do I connect an AI assistant to Unreal Engine 5.8 MCP for editor automation?

To connect an AI assistant to Unreal Engine 5.8 MCP, initialize a session and handle SSE parsing using the correct JSON-RPC protocol. This enables validated editor tool interactions and Blueprint automation workflows.

What is the ToolsetRegistry used for in Unreal Engine MCP workflows?

The ToolsetRegistry in Unreal Engine MCP workflows is used for discovering official toolsets. It enables access to AssetTools, BlueprintTools, and UMGToolSet to perform validated asset management and editor modifications.

Can I automate Blueprint graph changes and compilation through the Unreal Engine MCP?

Yes, you can automate Blueprint graph changes and compilation through the Unreal Engine MCP. It supports validated asset editing, graph modifications, and safe saving workflows for Unreal projects via BlueprintTools.

How do I manage Unreal Engine assets safely using MCP JSON-RPC operations?

You manage Unreal Engine assets safely using MCP JSON-RPC operations by discovering AssetTools through the ToolsetRegistry. This approach applies object path conversion and safe validation to ensure secure editor modifications.

Does the Unreal Engine 5.8 MCP workflow support UMG and Slate editor inspection?

Yes, the Unreal Engine 5.8 MCP workflow supports UMG and Slate editor inspection. It provides access to UMGToolSet and SlateInspectorToolset for validated UMG workflows and interface automation within projects.

Why do my MCP editor modifications fail validation during Blueprint automation?

MCP editor modifications fail validation during Blueprint automation when correct MCP protocol handling is neglected. Applying proper object path conversion and utilizing official tool discovery ensures safe validation of editor changes.