BrowserStack
Bring the full power of BrowserStack’s Test Platform to your AI tools, making testing faster and easier for every developer and tester on your team.
Ads
Overview
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. Easily connect the BrowserStack Test Platform to your favourite AI tools, such as IDEs, LLMs, or agentic workflows. Manage, execute, debug tests, and even fix code using plain English prompts. Stay in flow—keep all project context in one place and trigger actions directly from your IDE or LLM. Click on the buttons below to install MCP in your respective IDE:
Installation
https://mcp.browserstack.com/mcp
Configuration
{
"mcpServers": {
"browserstack": {
"command": "npx",
"args": ["-y", "@browserstack/mcp-server@latest"],
"env": {
"BROWSERSTACK_USERNAME": "<username>",
"BROWSERSTACK_ACCESS_KEY": "<access_key>"
}
}Capabilities
- Launch browser sessions
Open websites on desktop or mobile browsers with `runBrowserLiveSession`, including localhost URLs, without local setup.
- Run manual app tests
Start a real-device session on a specific iPhone or Android model via `runAppLiveSession`, e.g., "open my app on iPhone 15 Pro Max."
- Manage test cases
Create, update, list, and organize test cases and folders in Test Management using `createTestCase`, `updateTestCase`, and `listTestCases`.
- Execute and debug automated tests
Run Selenium/Playwright suites, fetch failure logs with `getFailureLogs`, and retrieve AI root-cause analysis via `fetchRCA` for failed tests.
- Run accessibility scans
Start web accessibility scans with `startAccessibilityScan` and fetch issues with `fetchAccessibilityIssues` for WCAG compliance.
- Generate and heal tests with AI
Convert PRDs to test cases, automate manual cases, and fetch self-healed selectors via `fetchSelfHealedSelectors` to fix flaky tests.
Tags
- browser-automation
- testing-qa
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.