unreal-mcp-ue4-for-ohd for VS Code
io.github.ribattrw/unreal-mcp-ue4-for-ohd
UE4.25 MCP server for Unreal Editor via Python Remote Execution (OHD mod-kit retarget).
client:VS Code
transport:stdio
runtime:npm
Install unreal-mcp-ue4-for-ohd in VS Code
.vscode/mcp.json
{
"servers": {
"unreal-mcp-ue4-for-ohd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"unreal-mcp-ue4-for-ohd"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs