MCP Undetected Chromedriver MCP Server

An MCP service built on undetected-chromedriver, providing a comprehensive interface for automating Chrome browser control while bypassing anti-bot

Local serverstdioPython

What is the MCP Undetected Chromedriver MCP server?

Connect MCP Undetected Chromedriver to Claude, Cursor or any other MCP client and it stops being a tab you switch to. An MCP service built on undetected-chromedriver, providing a comprehensive interface for automating Chrome browser control while bypassing anti-bot detection. The mcp undetected chromedriver mcp server is what makes that connection.

What the server does

  • Based on undetected-chromedriver, effectively bypassing website anti-bot detection
  • Provides rich browser operation API interfaces
  • Supports screenshots, PDF export, and other functionalities
  • Supports complex page interaction operations such as clicking, form filling, dragging, etc
  • Seamlessly integrates with other tools in the MCP ecosystem

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • browser_navigate — Navigate to a specified URL
  • browser_screenshot — Take a screenshot of the current page
  • browser_click — Click on page elements
  • browser_iframe_click — Click on elements within an iframe
  • browser_fill — Fill content in input fields
  • browser_select — Select options in dropdown selection boxes
  • browser_hover — Hover the mouse over elements
  • browser_evalute — Execute JavaScript code
  • browser_close — Close the browser
  • browser_get_visible_text — Get visible text on the page
  • browser_get_visible_html — Get visible HTML on the page
  • browser_go_back — Navigate backward in browser history

Credentials and setup notes

  • Python >= 3.11 - Chrome browser

Installation

@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Where it fits

Plenty of browser automation servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Undetected Chromedriver's toolset — browser_navigate, browser_screenshot, browser_click and 11 more — is a fair guide to whether it matches your workflow. It is maintained by dragons96; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch MCP Undetected Chromedriver.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
browser_navigateNavigate to a specified URL
browser_screenshotTake a screenshot of the current page
browser_clickClick on page elements
browser_iframe_clickClick on elements within an iframe
browser_fillFill content in input fields
browser_selectSelect options in dropdown selection boxes
browser_hoverHover the mouse over elements
browser_evaluteExecute JavaScript code
browser_closeClose the browser
browser_get_visible_textGet visible text on the page
browser_get_visible_htmlGet visible HTML on the page
browser_go_backNavigate backward in browser history
browser_go_forwardNavigate forward in browser history
browser_dragDrag elements

How to install the MCP Undetected Chromedriver MCP server

{
  "mcpServers": {
    "undetected-chromedriver": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Python >= 3.11 - Chrome browser

Example prompts to try

  • Use MCP Undetected Chromedriver to browser navigate.
  • Use MCP Undetected Chromedriver to browser screenshot.
  • Use MCP Undetected Chromedriver to browser click.

Frequently asked questions

It connects MCP Undetected Chromedriver to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (browser_navigate, browser_screenshot, browser_click, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Undetected Chromedriver directly.