Best for
- QA teams using BrowserStack
- Developers who want to integrate testing into AI workflows
- Teams needing accessibility compliance
- Automated test maintenance
The BrowserStack MCP server is an official server that offers a comprehensive set of tools for integrating the testing platform into MCP clients. It supports manual and automated testing, accessibility and visual testing, and AI-driven debugging. Installation requires BrowserStack credentials, and some tools are not available in Remote MCP. Overall, it is a powerful integration for teams using BrowserStack.
The BrowserStack MCP server is the official server from BrowserStack that brings the vast ecosystem of real device cloud and test platform into MCP clients such as Cursor, Claude, or GitHub Copilot. It enables managing test cases, executing manual or automated tests, debugging issues, and even fixing code using plain English commands. With 44 tools, it supports test management, automation test setup (Selenium, Appium, Playwright), observability troubleshooting, live device/browser testing, accessibility scanning, Percy visual testing, and BrowserStack AI agents.
{
"mcpServers": {
"browserstack": {
"command": "npx",
"args": ["-y", "@browserstack/mcp-server@latest"],
"env": {
"BROWSERSTACK_USERNAME": "<username>",
"BROWSERSTACK_ACCESS_KEY": "<access_key>"
}
}
}
}