aethyn browser mcp for Grok
io.github.aethynio/aethyn-browser-mcp
Local Playwright browser through residential proxies — agent picks country + sticky identity
client:Grok
transport:stdio
runtime:npm
Install aethyn browser mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"aethyn-browser-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aethyn-browser-mcp"
],
"env": {
"AETHYN_USERNAME": "<AETHYN_USERNAME>",
"AETHYN_PASSWORD": "<AETHYN_PASSWORD>",
"AETHYN_DEFAULT_TIER": "<AETHYN_DEFAULT_TIER>"
}
}
}
}
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