io.github.browserstack/mcp-server
Quality Score
68
/100
BrowserStack's Official MCP Server
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@browserstack/mcp-server"
],
"env": {
"BROWSERSTACK_USERNAME": "<browserstack_username>",
"BROWSERSTACK_ACCESS_KEY": "<your-browserstack_access_key>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@browserstack/mcp-server"
],
"env": {
"BROWSERSTACK_USERNAME": "<browserstack_username>",
"BROWSERSTACK_ACCESS_KEY": "<your-browserstack_access_key>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @browserstack/mcp-server§02 Environment variables
BROWSERSTACK_USERNAMErequired
BrowserStack Username
BROWSERSTACK_ACCESS_KEYrequiredsecret
BrowserStack Access Key
§03 MCP Quality Score · methodology
freshness
13
completeness
5
installability
25
documentation
15
stability
10
§04 Alternatives in Browser Automation
ai.smithery/ImRonAI-mcp-server-browserbase
ai.smithery/ImRonAI-mcp-server-browserbase
Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…
ai.smithery/browserbasehq-mcp-browserbase
ai.smithery/browserbasehq-mcp-browserbase
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
com.onkernel/kernel-mcp-server
com.onkernel/kernel-mcp-server
Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).