BrowserStack MCP Server
Browser Automationstdio
BrowserStack's official MCP server for AI-assisted testing. Lets agents manage test cases, run manual and automated tests across real browsers and devices, access debugging artifacts such as logs and session details, and triage failures using plain English. Useful for cross-platform QA and browser-compatibility workflows from MCP-enabled clients.
Conectar
Añade esta configuración a .claude/mcp.json
{
"mcpServers": {
"browserstack": {
"command": "npx",
"args": [
"-y",
"@browserstack/mcp-server"
],
"env": {
"BROWSERSTACK_USERNAME": "<YOUR_BROWSERSTACK_USERNAME>",
"BROWSERSTACK_ACCESS_KEY": "<YOUR_BROWSERSTACK_ACCESS_KEY>"
}
}
}
}Herramientas (2)
run_automated_test
Run an automated test session on BrowserStack across a target browser or device.
{
"type": "object",
"required": [
"url"
],
"properties": {
"os": {
"type": "string",
"description": "Target operating system"
},
"url": {
"type": "string",
"description": "URL under test"
},
"browser": {
"type": "string",
"description": "Target browser name"
}
}
}get_session_details
Retrieve details, logs, and artifacts for a BrowserStack test session.
{
"type": "object",
"required": [
"session_id"
],
"properties": {
"session_id": {
"type": "string",
"description": "ID of the test session"
}
}
}Recursos
Este servidor no expone ningún recurso.
Prompts
Este servidor no expone ningún prompt.
Información del servidor
- Repositorio
- https://github.com/browserstack/mcp-server
- Estrellas
- 0
- Última actualización
- 12 de julio de 2026