Browserstack MCP Server

Comprehensive Test Platform Manage test cases, execute manual or automated tests, debug issues, and even fix code - directly within tools like Cursor, Claude, or any MCP-enabled client, using plain English. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 150 · #8 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

AGPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Browserstack MCP Server

before you install - you'll need

Set BROWSERSTACK_USERNAME, BROWSERSTACK_ACCESS_KEY before connecting.

Claude Code

claude mcp add browserstack-mcp-server -- npx -y @browserstack/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "browserstack-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@browserstack/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

npm package @browserstack/mcp-server - published under the repo owner's npm scope (@browserstack)

registry namespace io.github.browserstack is GitHub-verified and matches the repo owner

03 · What Browserstack MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- Check your node version using node --version. Recommended version: v22.15.0 (LTS) - To Upgrade Node : - 1. On macOS (Homebrew) - brew update && brew upgrade node or if using (nvm) - nvm install 22.15.0 && nvm use 22.15.0 && nvm alias default 22.15.0 - 2. On Windows (nvm-windows) : nvm install 22.15.0 && nvm use 22.15.0 - 👉 Or directly download the Node.js LTS Installer

Latest releases

v1.2.36 · 2026-08-11

Added · bump axios to 1.19.0 · bump version to 1.2.35 in package.json, package-lock.json, and server.json · Published by SavioBS629

v1.2.35 · 2026-08-10

Added · bump version to 1.2.35 in package.json, package-lock.json, and server.json · bump transitive dependencies to patched versions · bump version to 1.2.34 in package.json, package-lock.json, and server.json · Fixed…

v1.2.34 · 2026-08-06

Added · collect credentials via elicitation for createAccessibilityAuthConfig and createLCASteps · bump version to 1.2.33 in package.json, package-lock.json, and server.json · Fixed · address review on elicitation…

04 · Who maintains Browserstack MCP Server

mcp-server is maintained by browserstack. It's the only MCP server we track from this author; the repo dates to Apr 2025.

05 · Facts

category
browser automation - ranked #8 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-11)
registry
io.github.browserstack/mcp-server (active, first published 2025-10-28)
packages
npm:@browserstack/mcp-server

06 · Browserstack MCP Server FAQ

What is Browserstack MCP Server?

Comprehensive Test Platform Manage test cases, execute manual or automated tests, debug issues, and even fix code - directly within tools like Cursor, Claude, or any MCP-enabled client, using plain English. It runs locally over stdio via the published package.

Is Browserstack MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Browserstack MCP Server?

Run `npx -y @browserstack/mcp-server`. The README documents 2 environment variables (BROWSERSTACK_USERNAME, BROWSERSTACK_ACCESS_KEY) to set first. Set BROWSERSTACK_USERNAME, BROWSERSTACK_ACCESS_KEY before connecting. You can also paste the ready-made client config above.

Does Browserstack MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Browserstack MCP Server

More browser automation MCP servers · Screaming Frog SEO Spider MCP Server · Antigravity Link

More TypeScript MCP servers · Canvas Lms MCP · Releases · hmem - Humanlike Memory for AI Agents · Shodan · Virustotal · see all