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
Quick Learning Curve, Diverse Device Access
BrowserStack: Reliable in-Browser App Testing
Seamless Cross-Device App Testing Made Easy
- Automated testing with BrowserStack speeds up test execution, allowing faster feedback and shorter release timelines.
- Parallel testing across devices increases coverage and catches issues earlier, improving app quality and user experience.
BrowserStack Makes Cross-Browser Testing Fast and Scalable
Flagship Real Device Testing Made Easy with Reliable Network Simulation
The key problems it solves for us are device availability and coverage. We get instant access to real devices running the latest OS versions (Android 16, iOS 26) without the procurement, setup, or ongoing maintenance overhead. It also improves cross-platform parity: we run the same Appium/WebdriverIO test suites on both platforms, which helps us confirm consistent behavior across Android and iOS.
Network condition testing is another big win. BrowserStack's network simulation API lets us reliably test offline/online scenarios, which is critical for our field-use mobile app. On the CI/CD side, our Jenkins pipeline triggers BrowserStack test runs automatically, so we get continuous feedback without tying up local infrastructure.
Finally, debugging in the cloud is genuinely useful. The built-in debug mode and network logs make it much easier to diagnose failures on remote devices, almost as if they were local. Overall, the main benefit is speed and confidence: we can validate every build on real devices in CI without maintaining any hardware.