Stealth Agent Browser for Grok
io.github.ykshah1309/stealth-agent-browser-mcp
Stealth Chromium MCP server with hybrid AOM + Set-of-Mark vision and Readability extraction.
client:Grok
transport:stdio
runtime:npm
Install Stealth Agent Browser in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"stealth-agent-browser-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stealth-agent-browser-mcp"
],
"env": {
"SAB_HEADLESS": "<SAB_HEADLESS>",
"SAB_STEALTH_LEVEL": "<SAB_STEALTH_LEVEL>",
"SAB_PROXY_SERVER": "<SAB_PROXY_SERVER>",
"SAB_PROXY_USERNAME": "<SAB_PROXY_USERNAME>",
"SAB_PROXY_PASSWORD": "<SAB_PROXY_PASSWORD>",
"SAB_USER_DATA_DIR": "<SAB_USER_DATA_DIR>"
}
}
}
}
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