McpMux
Back to Registry

BrowserStack (npx) MCP Server

Community

Contributed by BrowserStack

BrowserStack's official MCP server for cross-browser and mobile testing: run automated and manual tests on real devices, debug test failures, manage test runs, and access the App Live, Live, and Automate platforms.

About the BrowserStack (npx) MCP Server

The BrowserStack (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. BrowserStack's official MCP server for cross-browser and mobile testing: run automated and manual tests on real devices, debug test failures, manage test runs, and access the App Live, Live, and Automate platforms. This is a community-contributed MCP server by BrowserStack.

Install the BrowserStack (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@browserstack/mcp-server"
  ],
  "env": {
    "BROWSERSTACK_USERNAME": "${input:BROWSERSTACK_USERNAME}",
    "BROWSERSTACK_ACCESS_KEY": "${input:BROWSERSTACK_ACCESS_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "BROWSERSTACK_USERNAME",
        "label": "BrowserStack Username",
        "description": "Your BrowserStack account username, found on the Account & Profile settings page.",
        "type": "text",
        "required": true,
        "secret": false,
        "placeholder": "your-username",
        "obtain": {
          "url": "https://www.browserstack.com/accounts/profile/details",
          "instructions": "1. Sign in to BrowserStack\n2. Open Account & Profile > Profile (Account Settings)\n3. Copy your Username",
          "button_label": "Open Account Settings"
        }
      },
      {
        "id": "BROWSERSTACK_ACCESS_KEY",
        "label": "BrowserStack Access Key",
        "description": "Your BrowserStack access key, found alongside your username on the Account & Profile settings page.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "********************",
        "obtain": {
          "url": "https://www.browserstack.com/accounts/profile/details",
          "instructions": "1. Sign in to BrowserStack\n2. Open Account & Profile > Profile (Account Settings)\n3. Copy your Access Key",
          "button_label": "Open Account Settings"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

browserstacktestingautomationcross-browsermobile-testingseleniumplaywrightdebugging

Supported AI Clients

The BrowserStack (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install BrowserStack (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.