Skip to content

sendblue browser mcp for Grok

io.github.sendblue-api/sendblue-browser-mcp

Drive a stealth-patched Chromium daemon: navigate, screenshot, eval JS, attach over CDP.

client:Grok transport:stdio runtime:npm

Install sendblue browser mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sendblue-browser-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sendblue-browser-mcp"
      ],
      "env": {
        "BROWSER_USE_API_KEY": "<BROWSER_USE_API_KEY>",
        "BROWSER_USE_URL": "<BROWSER_USE_URL>"
      }
    }
  }
}

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

sendblue browser mcp in other clients