browserbash
Rank #21,983io.github.PramodDutta/browserbash
Plain-English browser tests for AI agents: real Chrome, deterministic verdicts. Free, no API keys.
browserbash is a Model Context Protocol (MCP) server published by pramoddutta. It ranks #21,983 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. browserbash is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 7, 2026 and most recently updated on Jul 8, 2026.
Ranks ahead of 110,130 of 132,113 servers on MCP Toplist.
Use browserbash
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add browserbash -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -- npx -y browserbash-cliReplace each placeholder with your own value before saving.
[mcp_servers.browserbash]
command = "npx"
args = ["-y", "browserbash-cli"]
[mcp_servers.browserbash.env]
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browserbash": {
"command": "npx",
"args": [
"-y",
"browserbash-cli"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browserbash": {
"command": "npx",
"args": [
"-y",
"browserbash-cli"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"browserbash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"browserbash-cli"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browserbash": {
"command": "npx",
"args": [
"-y",
"browserbash-cli"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"browserbash": {
"command": "npx",
"args": [
"-y",
"browserbash-cli"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.PramodDutta%2Fbrowserbash)<a href="https://mcptoplist.com/server/io.github.PramodDutta%2Fbrowserbash"><img src="https://mcptoplist.com/badge/io.github.PramodDutta%2Fbrowserbash.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
pramoddutta
Other servers by pramoddutta
View all pramoddutta servers →Available versions (1)
| Version | Published |
|---|---|
| 1.5.1 | Jul 8, 2026 |
Frequently asked questions
- Who maintains browserbash?
- browserbash is maintained by pramoddutta, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is browserbash listed on the Official MCP Registry?
- Yes — browserbash is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does browserbash have?
- MCP Toplist tracks 1 version of browserbash, most recently published on Jul 8, 2026.
- Where can I find the source code for browserbash?
- The source code for browserbash is hosted at github.com/pramoddutta/browserbash.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.