Funplay Unreal MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from npm. Last commit 23 Jun 2026.
stdio bridge for the local Unreal Editor MCP server from FunplayAI/funplay-unreal-mcp.
We read the source, 21 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.
этот файл ставится пользователю, но в репозитории его нет
self.path = os.path.join(self.dir, constants.SETTINGS_FILENAME)
exec(compile(code, "<funplay_execute_python>", "exec"), namespace) # noqa: S102
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 funplay-unreal-mcp -- npx -y funplay-unreal-mcp
{
"mcpServers": {
"funplay-unreal-mcp": {
"args": [
"-y",
"funplay-unreal-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.funplay-unreal-mcp]
command = "npx"
args = ["-y", "funplay-unreal-mcp"]
{
"mcpServers": {
"funplay-unreal-mcp": {
"args": [
"-y",
"funplay-unreal-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"funplay-unreal-mcp": {
"args": [
"-y",
"funplay-unreal-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
FUNPLAY_UNREAL_MCP_URL (Optional Unreal MCP HTTP endpoint. Defaults to http://127.0.0.1:8765/.), UNREAL_MCP_URL (Compatibility endpoint variable used when FUNPLAY_UNREAL_MCP_URL is not set.), FUNPLAY_UNREAL_MCP_TOKEN (Unreal MCP local auth token from the Funplay MCP editor menu or Saved/FunplayMCP/funplay_mcp_settings.json.), UNREAL_MCP_TOKEN (Compatibility token variable used when FUNPLAY_UNREAL_MCP_TOKEN is not set.).
The author declared them in the registry entry; get the values from the project itself.
stdio bridge for the local Unity Editor MCP server from FunplayAI/funplay-unity-mcp.
stdio bridge for the local Godot Editor MCP server from FunplayAI/funplay-godot-mcp.
stdio bridge for the local Cocos Creator Editor MCP server from FunplayAI/funplay-cocos-mcp.
stdio bridge for the local Unity Editor MCP server from FunseaAI/unity-mcp.
Control the Unity Editor from MCP hosts through a local Rust server and C# Unity bridge.
Control the Unreal Engine 5 editor from any MCP client: Blueprints, materials, Niagara.
Real signed-browser automation for AI agents, over a local stdio MCP server.
Local-only Python MCP server for the Files.com API.
Answers built from our own checks of this server.