HomeOther › mcp-server

mcp-server

BrowserStack's Official MCP Server

Official TypeScript
★ 152 stars Last pushed 2026-09-23 License: AGPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.2.7)

npx -y @browserstack/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@browserstack/[email protected]"
      ],
      "env": {
        "BROWSERSTACK_USERNAME": "<YOUR_VALUE>",
        "BROWSERSTACK_ACCESS_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • BROWSERSTACK_USERNAME required — BrowserStack Username
  • BROWSERSTACK_ACCESS_KEY required secret — BrowserStack Access Key

Related servers

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry