mcpbeat Sign in

BrowserTap MCP Server

local only

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

MCP server that drives the real Chrome you already use, through an extension and CDP.

Installs per day peak 276 · avg 37 · -48% w/w
a month agotoday
97
Installs / week
pypi · browsertap-mcp
2
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command [пакет] src/browsertap_mcp/bridge.py:210, [пакет] src/browsertap_mcp/server.py:594, src/browsertap_mcp/bridge.py:215 и ещё 1
        completed = subprocess.run(
Executes code built at runtime [пакет] src/browsertap_mcp/chrome_extension/background.js:4257, src/browsertap_mcp/chrome_extension/background.js:4743
          func: async (s, sub) => (window.top === window ? await eval(s) : eval(sub)),

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 browsertap-mcp -- uvx browsertap-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "browsertap-mcp": {
      "args": [
        "browsertap-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.browsertap-mcp]
command = "uvx"
args = ["browsertap-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "browsertap-mcp": {
      "args": [
        "browsertap-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "browsertap-mcp": {
      "args": [
        "browsertap-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to BrowserTap MCP

same job, measured the same way
MCP Session Bridge
by t3ratech

Drive a browser you are already signed into, through the free T3rnel Browser extension.

246 installs/wk local only
Real Browser
by ofershap

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

70 installs/wk local only
Familiar MCP
by dominion525

MCP server that drives the user's real macOS Chrome via AppleScript. 32 tools.

21 installs/wk local only
Web To Markdown MCP
by sidney

MCP server fetches URL through a real Chromium browser, returns main content as clean Markdown

49 installs/wk local only
Cws
by mikusnuz

MCP server for Chrome Web Store — extension upload, publish, status, and rollout

38 installs/wk local only
MCP Browser
by cherchyk

Browser automation using the user's Chromium session — JS execution, auth, and anti-bot support.

156 installs/wk local only
WebLoom
by webloomhq

86 tools: drive YOUR real Chrome via CDP + browse/install/publish Threads in chat. webloom.run.

local only
Newton Browser
by koala-studios

Local-only Chrome and Edge control for MCP clients through an origin-scoped extension.

28 installs/wk local only

BrowserTap MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for BrowserTap MCP?
BrowserTap 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 pypi package browsertap-mcp was installed 97 times last week.
How do I connect BrowserTap 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 browsertap-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use BrowserTap MCP?
The pypi package browsertap-mcp was installed 97 times in the last week. Week over week that is -48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BrowserTap MCP open source?
Yes — it is published under the MIT licence, written in Python and 2 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.