HomeBrowser Automation & Scraping › nodriver — undetected browser automation

nodriver — undetected browser automation

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

Python Local macOSWindowsLinux
★ 4 stars Last pushed 2026-08-25 License: MIT

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 2.4.0)

uvx nodriver-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "nodriver-mcp-server": {
      "command": "uvx",
      "args": [
        "nodriver-mcp"
      ],
      "env": {
        "NODRIVER_HEADLESS": "<YOUR_VALUE>",
        "NODRIVER_USER_DATA_DIR": "<YOUR_VALUE>",
        "NODRIVER_BROWSER_PATH": "<YOUR_VALUE>",
        "NODRIVER_PROXY": "<YOUR_VALUE>"
      }
    }
  }
}
  • NODRIVER_HEADLESS — Run Chrome headless (true/false). Default false.
  • NODRIVER_USER_DATA_DIR — Explicit persistent Chrome profile directory. Default: an ephemeral temp profile, auto-deleted per session.
  • NODRIVER_BROWSER_PATH — Path to the Chrome/Chromium executable. Auto-detected when unset.
  • NODRIVER_PROXY — Proxy server address passed to Chrome as --proxy-server.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry