An MCP service built on undetected-chromedriver, providing a comprehensive interface for automating Chrome browser control while bypassing anti-bot
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.
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 URLbrowser_screenshot — Take a screenshot of the current pagebrowser_click — Click on page elementsbrowser_iframe_click — Click on elements within an iframebrowser_fill — Fill content in input fieldsbrowser_select — Select options in dropdown selection boxesbrowser_hover — Hover the mouse over elementsbrowser_evalute — Execute JavaScript codebrowser_close — Close the browserbrowser_get_visible_text — Get visible text on the pagebrowser_get_visible_html — Get visible HTML on the pagebrowser_go_back — Navigate backward in browser history@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
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.
| Tool | What it does |
|---|---|
| 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 |
| browser_go_forward | Navigate forward in browser history |
| browser_drag | Drag elements |
{
"mcpServers": {
"undetected-chromedriver": {
"command": "npx",
"args": ["-y", "@smithery/cli"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.