{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.FunplayAI/funplay-unreal-mcp",
    "description": "stdio bridge for the local Unreal Editor MCP server from FunplayAI/funplay-unreal-mcp.",
    "title": "Funplay Unreal MCP",
    "repository": {
        "url": "https://github.com/FunplayAI/funplay-unreal-mcp",
        "source": "github"
    },
    "version": "0.2.0",
    "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"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-06-23T13:46:09.107923Z",
            "publishedAt": "2026-06-23T13:46:09.107923Z",
            "updatedAt": "2026-06-23T13:46:09.107923Z",
            "isLatest": true
        }
    }
}