Overview

Product video
BrowserStack MCP Server
BrowserStack MCP Server transforms modern developer workflows by enabling powerful, real-time interaction between your IDE AI assistants and the full BrowserStack Test Platform.
This MCP Server requires customers to have an active subscription to BrowserStack:
View on AWS MarketplaceÂ
Developers install the MCP Server locally to securely connect tools like GitHub Copilot, Claude, or Cursor and instantly, all from a single interface and by using natural language prompts:
- Perform live device/browser tests
- Run and manage test cases
- Trigger automation suites
- Scan for accessibility
- Debug failures
Key Capabilities
- Manual & Automated Web/App Testing: Live real device/browser sessions
- Test Management: Create, update, execute test cases and runs
- Debugging: Fetch and analyze logs, diagnose failures, recommend AI-powered fixes
- Accessibility Scanning: Detect and suggest fixes for A11y violations
- AI Agent-Driven Workflows: Generate and heal test cases, automate diagnostics
Highlights
- Seamless AI-Driven Test Management Orchestrate complete test workflows directly from your IDE or AI tool. Create, execute, debug, and update test cases with natural language in real time
- Instant Live & Automated Testing from Your Workflow Launch real device/browser sessions, run automation suites, and fetch results no dashboards or manual setup required. All actions stay in your local flow, minimizing distractions
- Security & Privacy First Credentials and test data are protected; nothing is stored or shared externally. MCP Server uses a secure, real-time protocol with data isolation across environments, ensuring compliance and peace of mind for enterprise teams
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
Vendor refund policy
No refund
Custom pricing options
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
API-Based Agents & Tools
API-Based Agents and Tools integrate through standard web protocols. Your applications can make API calls to access agent capabilities and receive responses.
Additional details
Usage instructions
Getting Started with BrowserStack MCP Server
To get started using the remove MCP server, follow the instructions below:
Available Tools
This MCP server supports the following tools:
Test Management
- createProjectOrFolder — Create TM project/folder
- createTestCase — Add manual test case
- listTestCases — List test cases
- createTestRun — Create test run
- listTestRuns — List test runs
- updateTestRun — Update test run
- addTestResult — Add execution result
- createTestCasesFromFile — Bulk-create from file
Automate / SDK
- setupBrowserStackAutomateTests — Run tests with SDK
- fetchAutomationScreenshots — Fetch Automate screenshots
Observability
- getFailureLogs — Retrieve error logs
App Live
- runAppLiveSession — Start app testing session
Live
- runBrowserLiveSession — Start browser testing session
App Automate
- takeAppScreenshot — Capture quick app screenshot
- runAppTestsOnBrowserStack — Run automated mobile tests
Accessibility
- accessibilityExpert — WCAG/A11y expert Q&A
- startAccessibilityScan — Run accessibility scan
AI Agents
- fetchSelfHealedSelectors — AI self-healed selectors
- createLCASteps — Generate Low Code Automation steps
- uploadProductRequirementFile — Upload PRD/file for test generation
Prerequisites
- Install Node.js and npm
- Create a BrowserStack account: Sign upÂ
- Get your BrowserStack Access Key from Account SettingsÂ
Authentication
Replace YOUR_BROWSERSTACK_KEY with your actual BrowserStack key below.
Claude Desktop
Edit the configuration file at:
- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
- Windows: %APPDATA%\Claude\claude_desktop_config.json
Add the below code:
{ "mcpServers": { "browserstack": { "command": "npx", "args": ["-y", "@browserstack/mcp-server@latest"], "env": { "BROWSERSTACK_USERNAME": "<username>", "BROWSERSTACK_ACCESS_KEY": "<access_key>" } } } }Cline
Cline stores MCP server configurations in a JSON file that can be modified.
In the Installed tab, click Configure MCP Servers to access the settings file.
Add the following:
{ "mcpServers": { "browserstack": { "command": "npx", "args": ["-y", "@browserstack/mcp-server@latest"], "env": { "BROWSERSTACK_USERNAME": "<username>", "BROWSERSTACK_ACCESS_KEY": "<access_key>" } } } } **Learn More** MCP Docs: <https://github.com/browserstack/mcp-server?tab=readme-ov-file>Resources
Vendor resources
Support
Vendor support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
Customer reviews
Effortless Testing with Smooth Workflows and Real-Device Coverage
Parallel execution actually saves my day during regression sprints. Instead of waiting hours, I wrap things up much faster.
Real-device coverage is impressive. Half of the issues we catch now come from devices we’d never be able to afford or maintain in-house.
The session recordings and live logs feel like someone recorded the entire investigation trail for me, super helpful when collaborating with devs.
When the dashboard gets busy, the UI feels a bit sluggish. Not a blocker, but noticeable.
Lightning-Fast Parallel Testing with Seamless CI Integration
Artifacts that tell the full story. Each session link bundles video, network/HAR, console, logcat/syslog, and device metadata, so debugging feels like being on the phone itself.
Stable CI integrations. With GitHub Actions and Jenkins triggers, every PR posts a pass/fail matrix to Slack and links back to the exact failing session, instant triage.
2. Tunnel drops on long tests under corporate proxies.