
Beschreibung
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






