How-To: Manage MCP Toolsets
Goal: use the Crimson MCP toolbar dropdown to flip the master switch, enable Epic's shipped toolset plugins (Gameplay Ability System, Gameplay Tags, Editor, and more), and show or hide individual toolsets from AI agents.
1. Open the Crimson MCP dropdown
On the Level Editor toolbar, next to Play, click Crimson MCP. The dropdown has three sections: the master switch, Epic's toolset plugins, and the visibility of currently-loaded toolsets.
Images/CrimsonEditorUtilities/qs-toolbar-dropdown.png2. Flip the master switch
The Crimson MCP section has one checkable entry, Enable Crimson MCP - the same setting as Project Settings -> Crimson -> Crimson MCP. Toggling it prompts you to restart the editor (the change takes effect at startup).
list_toolsets.3. Enable Epic's toolset plugins
The Epic Toolset Plugins section lists Epic's shipped toolsets (Gameplay Ability System, Gameplay Tags, Editor / Actors / Assets / Scene, UMG, Niagara, Physics, PCG, State Tree, and more). Ticking one enables that plugin in your .uproject and offers to restart - the restart is required because loading a plugin's module only happens at startup. Only plugins present in your engine install are shown.
Images/CrimsonEditorUtilities/howto-enable-toolsets.pnglist_toolsets (for example AttributeSetToolset from the GAS toolsets).4. Show or hide loaded toolsets
The Toolset Visibility (loaded) section lists every toolset currently registered - Crimson's and Epic's. Untick one to hide it from agents; tick it to show it again. This writes the Toolset Registry block list and applies immediately, with no restart - useful for trimming the agent's tool surface to just what you want it touching.
Images/CrimsonEditorUtilities/howto-visibility.pnglist_toolsets in the agent (or describe_toolset): an unticked toolset no longer appears. The choice persists across restarts.See also
- Concept: How Crimson MCP Works - the two enable layers (plugin load vs visibility filter) and tool-search discovery
- Epic's stock equivalents: Edit -> Plugins (plugin enable) and Project Settings -> Plugins -> Toolset Registry (allow/block name lists)