browser use for Grok
io.github.therealtimex/browser-use
AI browser automation - navigate, click, type, extract content, and run autonomous web tasks
client:Grok
transport:stdio
runtime:pypi
Install browser use in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"browser-use": {
"type": "stdio",
"command": "uvx",
"args": [
"realtimex-browser-use"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}
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