Skip to content
Grok

browser use for Grok

com.browser-use/browser-use

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

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": [
        "browser-use"
      ]
    }
  }
}

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

browser use in other clients