mcpbeat Sign in

Sendblue Browser MCP Server

by sendblue-api Your server? Claim it
local only

Sendblue Browser MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 26 May 2026.

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

Installs per day peak 21 · avg 6 · -31% w/w
a month agotoday
40
Installs / week
npm · sendblue-browser-mcp
3
Stars
1 open issues
26 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Sendblue Browser MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sendblue-browser-mcp -- npx -y sendblue-browser-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sendblue-browser-mcp": {
      "args": [
        "-y",
        "sendblue-browser-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sendblue-browser-mcp]
command = "npx"
args = ["-y", "sendblue-browser-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sendblue-browser-mcp": {
      "args": [
        "-y",
        "sendblue-browser-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sendblue-browser-mcp": {
      "args": [
        "-y",
        "sendblue-browser-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BROWSER_USE_API_KEY (Bearer token the sendblue-browser-use daemon was started with.), BROWSER_USE_URL (Base URL of the sendblue-browser-use daemon.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sendblue Browser MCP

same job, measured the same way
Browser Gateway
by browser-gateway

AI browser tools with Chrome CDP. Navigate, screenshot, interact. Multi-provider failover.

217 installs/wk local only
Browser MCP
by shreyas-profile

Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.

answering
Clickcast
by alexkay28

Drive a real Playwright browser: annotated screenshot + structured page state after every action.

214 installs/wk local only
BRYG
by flexiblepackage

Drives a real Chromium browser: navigate, click, type, read pages, OCR, QR, network capture

34 installs/wk local only
Eyebrowse
by evil-bane

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

141 installs/wk local only
I
Doppel
by samrj12

Drive your real, logged-in Chrome/Edge from AI agents over CDP. Faster. Sharper.

80 installs/wk local only
Latchshot
by baiqingl

Hosted public-page screenshots and PDFs with guarded Chromium and inline MCP artifacts.

answering
Ikenga iyke (control bridge)
by royalti-io

Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.

93 installs/wk local only

Sendblue Browser MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sendblue Browser MCP?
Sendblue Browser MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package sendblue-browser-mcp was installed 40 times last week.
How do I connect Sendblue Browser MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sendblue-browser-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sendblue Browser MCP?
The npm package sendblue-browser-mcp was installed 40 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sendblue Browser MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.