B4n1Web for Grok
io.github.b4n1-com/b4n1web
Ultra-lightweight browser engine for AI agents. 33 MCP tools, 4 SDKs, cross-platform.
client:Grok
transport:stdio
runtime:npm
Install B4n1Web in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"b4n1web": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"b4n1-web"
]
}
}
}
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