Skip to content
Grok

eyebrowse for Grok

io.github.evil-bane/eyebrowse

Stealthy, LLM-drivable browser engine — a Python library + 85-tool MCP server on stealth Chromium.

client:Grok transport:stdio runtime:pypi

Install eyebrowse in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "eyebrowse": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "eyebrowse"
      ]
    }
  }
}

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

eyebrowse in other clients