browserbash for Grok
io.github.pramoddutta/browserbash
Plain-English browser tests for AI agents: real Chrome, deterministic verdicts. Free, no API keys.
client:Grok
transport:stdio
runtime:npm
Install browserbash in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"browserbash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"browserbash-cli"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs