BrowserStack (npx) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The BrowserStack (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
GitHub (Docker)
Interact with GitHub repositories, issues, pull requests, and code security via Docker container. Supports both github.com and GitHub Enterprise instances. Requires Docker installed.
GitHub (Remote PAT)
Interact with GitHub repositories, issues, pull requests, actions, and code security through GitHub's hosted remote MCP server. Authenticates with a Personal Access Token.
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Figma
Generate code from Figma designs, extract design context, variables, and components through Figma's official hosted MCP server. Supports Code Connect for design system consistency, FigJam content, and browser-to-Figma live capture.
Figma (npx)
Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads.
GitLab
GitLab's built-in MCP server for managing issues, merge requests, pipelines, and semantic code search. Requires GitLab 18.6+ with Duo enabled. Connects directly to any GitLab instance via OAuth.
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.