BRYG for Grok
io.github.flexiblepackage/bryg
Drives a real Chromium browser: navigate, click, type, read pages, OCR, QR, network capture
client:Grok
transport:stdio
runtime:npm
Install BRYG in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"bryg": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bryg-mcp"
]
}
}
}
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