Browser Automation for Grok
io.github.mindstone/mcp-server-browser-automation
Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
client:Grok
transport:stdio
runtime:npm
Install Browser Automation in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server-browser-automation": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-browser-automation"
],
"env": {
"AGENT_BROWSER_SESSION_NAME": "<AGENT_BROWSER_SESSION_NAME>",
"AGENT_BROWSER_SHOW_WINDOW": "<AGENT_BROWSER_SHOW_WINDOW>",
"MCP_WORKSPACE_PATH": "<MCP_WORKSPACE_PATH>"
}
}
}
}
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