newton browser for Grok
io.github.koala-studios/newton-browser
Local-only Chrome and Edge control for MCP clients through an origin-scoped extension.
client:Grok
transport:stdio
runtime:npm
Install newton browser in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"newton-browser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"newton-browser"
]
}
}
}
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