Open-Source MCP Server Claireon Released for Unreal Engine
Key point
Claireon, an MCP server that helps AI agents directly manipulate Unreal Engine projects, has been open-sourced.
Details
Developed by game studio Believer, Claireon is an MCP (Model Context Protocol) server that enables AI agents to directly inspect and manipulate projects within Unreal Engine.
Unlike existing approaches that only modify code files, Claireon revolutionizes the workflow by allowing agents to work with the engine's actual project data. Key features include:
- Exposes 600+ Unreal tools: Abstracted into three core top-level tools—
python_execute,tool_search, andproxy—so agents can work efficiently. - Session persistence and parallel work: Through the proxy feature, sessions persist even if the Unreal Editor crashes or recompiles, enabling multiple AI agents to work in parallel.
- Extensible tool catalog: Built with extensibility so tools can be added to fit a team's unique asset types or workflows.
- Human-centered control: Designed via the
/claireon:workflowsystem so that agents cannot approve or merge work on their own, ensuring humans retain control.
The project has been released under the MIT License.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.