mcpbeat Sign in

nodriver — undetected browser automation MCP Server

by andresolbach Your server? Claim it
local only

nodriver — undetected browser automation runs on your own machine — the client starts it, so there is no endpoint to ping. 470 installs a week from pypi. Last commit 25 Aug 2026.

Undetected anti-bot Chrome automation. 65 tools, parallel isolated browsers.

Installs per day peak 2 735 · avg 194 · -37% w/w
a month agotoday
470
Installs / week
pypi · nodriver-mcp
4
Stars
0 open issues
25 Aug 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.

        config_path = os.path.join(config_dir, config_file)

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

Alternatives to nodriver — undetected browser automation

same job, measured the same way
Leapfrog
by anthonybono21-cloud

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

20 installs/wk local only
Safari MCP
by achiya-automation

Native Safari browser automation for AI agents — 97 tools, zero Chrome overhead.

2 035 installs/wk local only
Parallel Browser MCP
by etairl

MCP server for parallel browser automation across multiple providers.

83 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
Zendriver MCP
by bituq

Undetectable browser automation for LLM agents, spoken over MCP.

86 installs/wk local only
WaveXisMCP
by mathiaspaulenko

220 browser automation tools for Chrome, Edge, and Firefox via CDP + BiDi. 100% Python.

302 installs/wk local only
Uplink
by uplink

Automate a real, logged-in browser on your own device — no stored credentials, no bot detection.

85 installs/wk local only
E2e Runner
by fastslack

JSON-driven E2E test runner with parallel Chrome pool execution and 16 MCP tools.

58 installs/wk local only

nodriver — undetected browser automation — questions

Answers built from our own checks of this server.

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