Skip to content
Cursor

nodriver — undetected browser automation for Cursor

io.github.andresolbach/nodriver-mcp-server

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

client:Cursor transport:stdio runtime:pypi

Install nodriver — undetected browser automation in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nodriver-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nodriver-mcp"
      ],
      "env": {
        "NODRIVER_HEADLESS": "<NODRIVER_HEADLESS>",
        "NODRIVER_USER_DATA_DIR": "<NODRIVER_USER_DATA_DIR>",
        "NODRIVER_BROWSER_PATH": "<NODRIVER_BROWSER_PATH>",
        "NODRIVER_PROXY": "<NODRIVER_PROXY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

nodriver — undetected browser automation in other clients