weboperator for Grok
io.github.kazkozdev/weboperator
Hands your live Chrome tab to any MCP client — snapshot, navigate, click, type, extract.
client:Grok
transport:stdio
runtime:npm
Install weboperator in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"weboperator": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"weboperator-mcp"
],
"env": {
"WEBOPERATOR_BRIDGE_PORT": "<WEBOPERATOR_BRIDGE_PORT>",
"WEBOPERATOR_AGENT_SOCKET": "<WEBOPERATOR_AGENT_SOCKET>",
"WEBOPERATOR_API_TOKEN": "<WEBOPERATOR_API_TOKEN>"
}
}
}
}
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