orion-mcp-project-toolsets

Guide Unreal Engine MCP automation for Orion UE 5.8 project-specific toolsets and workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps Unreal Engine developers avoid inefficient low-level MCP operations by providing project-specific automation guidance for Orion framework concepts while keeping general editing tasks on official UE 5.8 tools.

Core Features & Use Cases

  • Project MCP Routing: Guides when to use OrionProjectToolsets versus official AssetTools, ObjectTools, BlueprintTools, and UMG tools.
  • Framework Automation Support: Enables structured workflows for Experience, ActionSet, PawnData, AbilitySet, InputConfig, GameFeature Action, and themed UMG operations.
  • Use Case: A developer building a new Orion gameplay experience can use this Skill to choose the correct MCP toolset and safely create or modify framework assets without relying on deprecated project helpers.

Quick Start

Use the orion-mcp-project-toolsets skill after connecting UE 5.8 MCP when you need Orion-specific Experience or UMG project helpers.

Frequently Asked Questions about orion-mcp-project-toolsets

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

FAQPage Schema
How do I automate Unreal Engine Experience asset creation using MCP?

Unreal Engine Experience asset creation is automated by routing MCP requests to OrionProjectToolsets, which provides structured workflows for safely creating or modifying framework assets without relying on deprecated project helpers.

What's the difference between OrionProjectToolsets and official Unreal Engine MCP tools?

OrionProjectToolsets handle Orion-specific framework concepts like Experience and ActionSet assets, while official AssetTools, ObjectTools, and BlueprintTools manage general UE 5.8 editing tasks.

Can I use MCP to set up gameplay data and InputConfig for Orion UE 5.8?

Yes, you can set up gameplay data and InputConfig by routing MCP automation through project semantic wrappers that safely manage PawnData, AbilitySet, and input system configurations.

Do I need UE 5.8 MCP connected to use Orion framework automation toolsets?

Yes, connecting UE 5.8 MCP is required before using Orion framework automation toolsets, as the Skill guides project-specific MCP routing for framework-level asset operations.

How do I manage UMG helpers and GameFeature actions with Unreal Engine MCP?

UMG helpers and GameFeature actions are managed by selecting the correct project-specific MCP toolsets that support themed UMG operations and structured GameFeature action workflows.

When should I avoid using Orion project helpers for Unreal Engine asset operations?

You should avoid deprecated project helpers when performing framework-level asset operations, instead using project semantic wrappers to ensure safe Experience and GameFeature automation.