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.
Bağlan
Bu yapılandırmayı şuraya ekleyin: .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>"
}
}
}
}Araçlar (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"
}
}
}Kaynaklar
Bu sunucu herhangi bir kaynak sunmuyor.
Prompt'lar
Bu sunucu herhangi bir prompt sunmuyor.
Sunucu bilgileri
- Yıldızlar
- 0
- Son güncelleme
- 12 Temmuz 2026