Claude Code CLI integration for Unreal Engine 5.7 - Get AI coding assistance with built-in UE5.7 documentation context directly in the editor.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"unrealclaude": {
"command": "npx",
"args": [
"-y",
"Natfii/UnrealClaude"
]
}
}
}
Run in terminal:
claude mcp add unrealclaude npx -y Natfii/UnrealClaude
Add to .cursor/mcp.json:
{
"mcpServers": {
"unrealclaude": {
"command": "npx",
"args": [
"-y",
"Natfii/UnrealClaude"
]
}
}
}