Nodriver - Undetected Browser Automation MCP Server

An undetected, anti-bot-resistant browser automation MCP server - a drop-in, stealth alternative to chrome-devtools-mcp for AI agents like Claude, Claude Code, Cursor, Windsurf, and any Model Context Protocol client. Powered by nodriver so your agent can browse, scrape, and automate real Chrome without tripping Cloudflare, hCaptcha, or WebDriver fingerprint detection.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-08 · ★ 3 · #66 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Nodriver - Undetected Browser Automation

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add andresolbach-nodriver-mcp-server -- uvx nodriver-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "andresolbach-nodriver-mcp-server": {
      "command": "uvx",
      "args": [
        "nodriver-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-11 - young repo, little track record yet

license MIT - declared in the repository

pypi package nodriver-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.andresolbach is GitHub-verified and matches the repo owner

03 · What Nodriver - Undetected Browser Automation can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.3.1 · 2026-08-08

use_running_browser documented the one setup Chrome no longer permits. · Its docstring said to start Chrome with --remote-debugging-port on the profile holding your real logins. Since Chrome 136 the port is refused…

v2.3.0 · 2026-08-08

MCP has an isError flag on a tool result, and this server never set it. Around · seventy failure paths returned their message as an ordinary, successful · result - so "the element is covered, nothing was clicked" was…

v2.2.0 · 2026-08-08

set_proxy routes a browser through a proxy, with credentials when it wants them. · Until now there was no proxy tool at all. --proxy-server could be smuggled · in through set_browser_flags(extra_args=…), but only for a…

04 · Who maintains Nodriver - Undetected Browser Automation

nodriver - undetected browser automation is maintained by andresolbach. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
browser automation - ranked #66 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-08)
registry
io.github.andresolbach/nodriver-mcp-server (active, first published 2026-08-06 · 16 versions)
packages
pypi:nodriver-mcp

06 · Nodriver - Undetected Browser Automation FAQ

What is Nodriver - Undetected Browser Automation?

An undetected, anti-bot-resistant browser automation MCP server - a drop-in, stealth alternative to chrome-devtools-mcp for AI agents like Claude, Claude Code, Cursor, Windsurf, and any Model Context Protocol client. Powered by nodriver so your agent can browse, scrape, and automate real Chrome without tripping Cloudflare, hCaptcha, or WebDriver fingerprint detection.

Is Nodriver - Undetected Browser Automation still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-08 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Nodriver - Undetected Browser Automation?

Run `uvx nodriver-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Nodriver - Undetected Browser Automation run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Nodriver - Undetected Browser Automation