BrowserStack's official MCP Server enables users to manage test cases, execute manual or automated tests, debug issues, and fix code directly within AI tools like Cursor, Claude, or any MCP-enabled client using natural language. It integrates with BrowserStack's comprehensive test platform for mobile app, web, automated, and accessibility testing.
testingautomationmobile testingweb testingaccessibilitytest management
Installation & Configuration
{
"mcpServers": {
"browserstack": {
"command": "npx",
"args": [
"-y",
"@browserstack/mcp-server@latest"
],
"env": {
"BROWSERSTACK_USERNAME": "<username>",
"BROWSERSTACK_ACCESS_KEY": "<access_key>"
}
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2025/4/17
Updated
2026/6/8