unreal-mcp-ue4-for-ohd runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 10 Sep 2026.
UE4.25 MCP server for Unreal Editor via Python Remote Execution (OHD mod-kit retarget).
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
return fs.readFileSync(path.join(__dirname, filePath), "utf8")
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add unreal-mcp-ue4-for-ohd -- npx -y unreal-mcp-ue4-for-ohd
{
"mcpServers": {
"unreal-mcp-ue4-for-ohd": {
"args": [
"-y",
"unreal-mcp-ue4-for-ohd"
],
"command": "npx"
}
}
}
[mcp_servers.unreal-mcp-ue4-for-ohd]
command = "npx"
args = ["-y", "unreal-mcp-ue4-for-ohd"]
{
"mcpServers": {
"unreal-mcp-ue4-for-ohd": {
"args": [
"-y",
"unreal-mcp-ue4-for-ohd"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"unreal-mcp-ue4-for-ohd": {
"args": [
"-y",
"unreal-mcp-ue4-for-ohd"
],
"command": "npx"
}
}
}
UE4.27 MCP server for controlling Unreal Editor sessions over Python Remote Execution.
MCP server for SSH remote command execution
MCP server for executing shell commands on remote hosts via SSH.
Unity Editor MCP server: execute_code, screenshots, input simulation, play mode automation.
MCP server for Pyxel, a retro game engine for Python
Official remote MCP server for SUZURI.
MCP server exposing KiCad PCB Editor functionality via IPC API
MCP server for n8n: generate, lint, explain failed executions, drive live n8n via REST.
Answers built from our own checks of this server.