{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
    "name": "io.github.browserstack/mcp-server",
    "description": "BrowserStack's Official MCP Server",
    "repository": {
        "url": "https://github.com/browserstack/mcp-server",
        "source": "github"
    },
    "version": "1.2.17",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "@browserstack/mcp-server",
            "version": "1.2.17",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "BrowserStack Username",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": false,
                    "name": "BROWSERSTACK_USERNAME"
                },
                {
                    "description": "BrowserStack Access Key",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "BROWSERSTACK_ACCESS_KEY"
                }
            ],
            "registryBaseUrl": "https://registry.npmjs.org"
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-05-23T14:21:59+00:00",
            "updatedAt": "2026-05-23T14:21:59+00:00"
        }
    }
}