Claude Code
Setup
-
Create or open
.mcp.jsonin your project root (or~/.claude/mcp.jsonfor global scope). -
Paste the config snippet on the right, then save. Alternatively run
npx unreal-master-mcp-server init --host=claude-codeto write it automatically. -
Open your UE project, then start a new Claude session with
claudein the terminal.
Verification
Run /tools in the Claude Code session — the tool list should include unreal-master-agent entries.
Troubleshooting
If tools don't appear, verify .mcp.json is in the project root (not a subdirectory). Restart the Claude Code session after editing the config.
{ "mcpServers": { "unreal-master-agent": { "command": "npx", "args": ["-y", "unreal-master-mcp-server"] } } }