Browserstack runs on your own machine — the client starts it, so there is no endpoint to ping. 20 967 installs a week from npm. Last commit 17 Sep 2026.
BrowserStack's Official MCP Server
Today is the operative word: we check Browserstack every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-server -- npx -y @browserstack/mcp-server
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"@browserstack/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@browserstack/mcp-server"]
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"@browserstack/mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"@browserstack/mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
BROWSERSTACK_USERNAME (BrowserStack Username), BROWSERSTACK_ACCESS_KEY (BrowserStack Access Key).
The author declared them in the registry entry; get the values from the project itself.
MCP server for browser use access
Local always-on server for SnapStack: browser capture intake + MCP over 127.0.0.1.
MCP server for browser automation with AI agent
MCP server for browser automation via Vercel's agent-browser CLI
Unofficial MCP server connecting OpenEvidence to AI agents via authenticated browser sessions
MCP server for Zen Browser automation via WebDriver BiDi
An MCP server that provides browser automation
MCP server for AI web browser automation using Browserbase and Stagehand
Answers built from our own checks of this server.