Back to Browse

Nodriver MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

nodriver-mcp is a well-architected MCP server for undetected Chrome automation with generally sound security practices. Authentication is absent (expected for a local developer tool), and permissions align with its stated purpose of browser automation. However, several moderate concerns exist: the server can access and manipulate cookies/storage across any site, no input validation on navigation URLs, potential for session hijacking via persistent profiles, and subprocess execution via evaluate_script(). These are inherent to browser automation servers but warrant user awareness. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

clipboard

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Run Chrome headless (true/false). Default false.Optional

Environment variable: NODRIVER_HEADLESS

Explicit persistent Chrome profile directory. Default: an ephemeral temp profile, auto-deleted per session.Optional

Environment variable: NODRIVER_USER_DATA_DIR

Path to the Chrome/Chromium executable. Auto-detected when unset.Optional

Environment variable: NODRIVER_BROWSER_PATH

Proxy server address passed to Chrome as --proxy-server.Optional

Environment variable: NODRIVER_PROXY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-andresolbach-nodriver-mcp-server": {
      "env": {
        "NODRIVER_PROXY": "your-nodriver-proxy-here",
        "NODRIVER_HEADLESS": "your-nodriver-headless-here",
        "NODRIVER_BROWSER_PATH": "your-nodriver-browser-path-here",
        "NODRIVER_USER_DATA_DIR": "your-nodriver-user-data-dir-here"
      },
      "args": [
        "nodriver-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!