← Back to Plugins
MCP Server MCP

Funplay Unreal MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "funplay-unreal-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Unreal MCP HTTP endpoint. Defaults to http://127.0.0.1:8765/.",
          "format": "string",
          "name": "FUNPLAY_UNREAL_MCP_URL"
        },
        {
          "description": "Compatibility endpoint variable used when FUNPLAY_UNREAL_MCP_URL is not set.",
          "format": "string",
          "name": "UNREAL_MCP_URL"
        },
        {
          "description": "Unreal MCP local auth token from the Funplay MCP editor menu or Saved/FunplayMCP/funplay_mcp_settings.json.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FUNPLAY_UNREAL_MCP_TOKEN"
        },
        {
          "description": "Compatibility token variable used when FUNPLAY_UNREAL_MCP_TOKEN is not set.",
          "format": "string",
          "isSecret": true,
          "name": "UNREAL_MCP_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...