← Back to browse

Funplay Unreal MCP

Indexed by io.github.FunplayAI

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsFUNPLAY_UNREAL_MCP_URL UNREAL_MCP_URL FUNPLAY_UNREAL_MCP_TOKEN UNREAL_MCP_TOKEN
Claude Code
claude mcp add --env FUNPLAY_UNREAL_MCP_URL= --env UNREAL_MCP_URL= --env FUNPLAY_UNREAL_MCP_TOKEN= --env UNREAL_MCP_TOKEN= funplay-unreal-mcp -- npx funplay-unreal-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"funplay-unreal-mcp","command":"npx","args":["funplay-unreal-mcp"],"env":{"FUNPLAY_UNREAL_MCP_URL":"","UNREAL_MCP_URL":"","FUNPLAY_UNREAL_MCP_TOKEN":"","UNREAL_MCP_TOKEN":""}}'
JSON
{
  "mcpServers": {
    "funplay-unreal-mcp": {
      "command": "npx",
      "args": [
        "funplay-unreal-mcp"
      ],
      "env": {
        "FUNPLAY_UNREAL_MCP_URL": "",
        "UNREAL_MCP_URL": "",
        "FUNPLAY_UNREAL_MCP_TOKEN": "",
        "UNREAL_MCP_TOKEN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.