Stealth Browser MCP
by vibheksoni
Undetectable browser automation that bypasses Cloudflare and anti-bot systems using real browser instances.
What it does
Connects AI agents to a stealthy, undetectable browser instance powered by nodriver and Chrome DevTools Protocol. It is specifically designed to bypass sophisticated anti-bot systems like Cloudflare, Queue-It, and social media blocks that typically stop traditional automation tools like Playwright or Puppeteer.
Tools
spawn_browser: Creates a new undetectable browser instance.navigate: Moves the browser to a specific URL.extract_complete_element_cdp: Performs a pixel-perfect clone of a UI element including all styles and DOM structure.create_dynamic_hook: Allows the AI to write Python functions that intercept and modify network traffic in real-time.take_screenshot: Captures the current page view.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"stealth-browser-mcp": {
"command": "/path/to/stealth-browser-mcp/venv/bin/python",
"args": ["/path/to/stealth-browser-mcp/src/server.py"]
}
}
}
Supported hosts
Confirmed for Claude Desktop, Claude Code, and Cursor.
Quick install
pip install -r requirements.txt && python src/server.pyInformation
- Pricing
- free
- Published
- 4/15/2026
- stars






