mcpbeat Sign in

BrowserMesh MCP Server

by scrolldynasty Your server? Claim it
local only

BrowserMesh runs on your own machine — the client starts it, so there is no endpoint to ping. 20 installs a week from npm. Last commit 9 Sep 2026.

Isolated multi-session Chromium runtime for external MCP clients over stdio.

Installs per day peak 354 · avg 24
a month agotoday
20
Installs / week
npm · multi-agent-browser-mcp
4
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check BrowserMesh 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 browsermesh -- npx -y multi-agent-browser-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "browsermesh": {
      "args": [
        "-y",
        "multi-agent-browser-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.browsermesh]
command = "npx"
args = ["-y", "multi-agent-browser-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "browsermesh": {
      "args": [
        "-y",
        "multi-agent-browser-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "browsermesh": {
      "args": [
        "-y",
        "multi-agent-browser-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to BrowserMesh

same job, measured the same way
Real Browser
by ofershap

MCP server + Chrome extension for AI browser control with real sessions.

70 installs/wk local only
Leapfrog
by anthonybono21-cloud

Multi-session browser MCP — 15 parallel isolated browsers, 37 tools, stealth, self-improvement.

20 installs/wk local only
Thinkrun
by dundas

Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.

56 installs/wk local only
Uindow
by uindow

Real signed-browser automation for AI agents, over a local stdio MCP server.

558 installs/wk local only
Ghostfox
by autokeren

Self-hosted stealth browser for AI agents: Firefox engine + Rust MCP runtime

local only
ZenLink MCP
by jayquan-mccleary

Browser automation for MCP clients via Zen Browser. Parallel multi-tab, content extraction.

158 installs/wk local only
Bookmarks MCP
by fisher521

Read-only MCP server for browser bookmarks: Chrome, Safari, Firefox, and read-later exports.

63 installs/wk local only
DrissionPage MCP
by jumodada

Local browser automation for MCP clients powered by DrissionPage.

810 installs/wk local only

BrowserMesh — questions

Answers built from our own checks of this server.

Why is there no uptime for BrowserMesh?
BrowserMesh 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 multi-agent-browser-mcp was installed 20 times last week.
How do I connect BrowserMesh?
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 multi-agent-browser-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use BrowserMesh?
The npm package multi-agent-browser-mcp was installed 20 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BrowserMesh open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.