Claireon brings MCP server automation to Unreal Editor
Claireon is an open-source Unreal Engine editor plugin by believer-oss that runs a Model Context Protocol (MCP) server inside the editor, exposing hundreds of automation tools for AI-assisted development workflows.
Score breakdown
Claireon brings MCP-based AI automation directly into the Unreal Editor, allowing AI assistants to interact with a broad catalog of editor tools through a minimal, discoverable interface rather than requiring a large, manually curated tool list.
- 01Claireon is an Unreal Engine editor plugin that runs an MCP server inside the editor, authored by believer-oss.
- 02It exposes a deliberately small MCP surface consisting of two tools: `tool_search` and `python_execute`.
- 03Tool discovery uses SQLite FTS5 full-text search combined with a vendored embedding model to rank the full tool catalog.
Claireon is an open-source Unreal Engine editor plugin developed by believer-oss that runs a Model Context Protocol (MCP) server inside the Unreal Editor. Rather than exposing every automation tool directly to the AI, it uses a hybrid discovery approach: a `tool_search` tool ranks the full tool catalog using SQLite FTS5 full-text search combined with a vendored embedding model, and a `python_execute` tool handles execution — keeping the MCP surface intentionally small while still providing access to hundreds of underlying capabilities.
The source text is truncated before the full feature list concludes.
The plugin covers a wide range of Unreal Editor domains, including Blueprint graph editing (reading and modifying graphs, properties, components, and connections), Animation authoring (anim sequences, montages, notifies, blend spaces, aim offsets, and AnimBP graphs), State Tree editing, Behavior Trees and Environment Query Systems, Widget Blueprint (UMG) hierarchies and animations, Niagara particle systems, PCG graphs, Data Tables with CSV/JSON import/export, Audio and MetaSounds, and Level Sequences. The source text is truncated before the full feature list concludes. The repository is published under the MIT license and had 53 stars and 7 forks at the time of publication.
Key facts
- 01Claireon is an Unreal Engine editor plugin that runs an MCP server inside the editor, authored by believer-oss.
- 02It exposes a deliberately small MCP surface consisting of two tools: `tool_search` and `python_execute`.
- 03Tool discovery uses SQLite FTS5 full-text search combined with a vendored embedding model to rank the full tool catalog.
- 04AI assistants such as Claude Code can use it to read, search, inspect, and edit Unreal assets directly.
- 05Supported domains include Blueprint editing, Animation authoring, State Trees, Behavior Trees, EQS, Widget Blueprints, Niagara, PCG, Data Tables, Audio/MetaSounds, and Level Sequences.
- 06The repository is MIT-licensed and had 53 stars and 7 forks on GitHub at time of publication.
Topics
Summary and scoring are generated automatically from the original article. We always link back to the publisher and never republish images or paywalled content. Last processed Jun 17, 2026 · 10:39 UTC. How this works →