substrate browser for Grok
io.github.manuelinuxkr/substrate-browser
Token-first headless browser for AIs. Extracts a tiny semantic graph, cutting HTML bloat by 95%.
client:Grok
transport:stdio
runtime:npm
Install substrate browser in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"substrate-browser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"substrate-browser"
],
"env": {
"SUBSTRATE_PROXY": "<SUBSTRATE_PROXY>",
"SUBSTRATE_VIEWPORT_WIDTH": "<SUBSTRATE_VIEWPORT_WIDTH>",
"SUBSTRATE_VIEWPORT_HEIGHT": "<SUBSTRATE_VIEWPORT_HEIGHT>"
}
}
}
}
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