
Description
AI-powered assistant inside Unreal Editor. Chat with Claude Code to build, debug, and automate anything, Blueprints, C++, materials, assets, levels, via 800+ engine MCP tools.
π Homepage
π Wiki
π¬ Support
Features:
Claude Code chat in-editor β dockable tab, not a sidecar app
Multi-provider switching β 12 presets (Claude, DeepSeek, GLM, Kimi, Gemini, Ollama, etc.)
Multi-agent orchestration β tasks fan out to sub-agents automatically
Semantic search β find assets and tools by meaning via local embedding index
In-process β MCP server, tool registry, WebUI all run inside the editor
Terminal panel β direct Claude Code stdio passthrough
Required Plugins
ModelContextProtocol (required) β exposes 800+ engine tools via MCP; Otter registers its own bridge tools here
ToolsetRegistry (required) β the async tool execution backend Otter calls via otter_call
AllToolsets (required) β aggregates all toolset definitions into the engine tool index
MCPClientToolset (required) β routes MCP client calls into the toolset execution pipeline
Terminal (required) β hosts the live Claude Code stdio panel inside the editor






