Odel
Funplay Unreal MCP

Funplay Unreal MCP

Local
@funplayai3PythonMITUpdated 2mo ago

stdio bridge for the local Unreal Editor MCP server from FunplayAI/funplay-unreal-mcp.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfunplay-unreal-mcpv0.2.0

Run

npx -y funplay-unreal-mcp

MCP client config

{
  "mcpServers": {
    "funplay-unreal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "funplay-unreal-mcp"
      ]
    }
  }
}