Odel
sendblue browser use

sendblue browser use

Local
@sendblue-api3TypeScriptMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsendblue-browser-mcpv0.2.3

Run

npx -y sendblue-browser-mcp

MCP client config

{
  "mcpServers": {
    "sendblue-browser-use": {
      "command": "npx",
      "args": [
        "-y",
        "sendblue-browser-mcp"
      ]
    }
  }
}