← Index

io.github.browserstack/mcp-server

io.github.browserstack/mcp-server·v1.0.0·Browser Automation
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_USERNAME
required

BrowserStack Username

BROWSERSTACK_ACCESS_KEY
requiredsecret

BrowserStack Access Key

§03  MCP Quality Score  ·  methodology
freshness
13
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Browser Automation