Skip to content
Cursor

sendblue browser mcp for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install sendblue browser mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sendblue browser mcp in other clients