
stealth-browser-mcp
by vibheksoni·★ 643·Score 54
Stealth Browser MCP provides undetectable browser automation with antibypass capabilities for MCP-compatible AI agents.
Overview
This MCP server leverages nodriver and Chrome DevTools Protocol to create browser instances that can bypass Cloudflare, antibot systems, and social media blocks. It offers 96 tools across 11 sections, from basic navigation to advanced CDP function execution. The modular architecture allows users to run the full tool suite or a minimal core of 20 tools, with options to disable specific sections as needed.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need to automate interactions with websites that have sophisticated anti-bot protections or require pixel-perfect UI cloning capabilities.
When NOT to choose this
Avoid this if you need simple, straightforward browser automation without anti-bot bypass requirements or if you prefer a more established tool like Playwright.
Tools this server exposes
12 tools extracted from the READMEspawn_browserCreate undetectable browser instance
navigateNavigate to URLs
query_elementsFind elements by CSS/XPath
click_elementNatural clicking
type_textHuman-like typing with newline support
take_screenshotOptimized page screenshots
extract_complete_element_cdpComplete CDP-based element clone
file_uploadUpload allowlisted local files to file inputs
execute_scriptRun JavaScript
wait_for_elementSmart waiting for elements
get_instance_stateFull browser state information
extract_element_styles_cdpPure CDP styles extraction
Comparable tools
Installation
# Clone and install
git clone https://github.com/vibheksoni/stealth-browser-mcp.git
cd stealth-browser-mcp
python -m venv venv
# Activate virtual environment
# Windows:
venv\Scripts\activate
# Mac/Linux:
source venv/bin/activate
pip install -r requirements.txt**Claude Desktop configuration:**
{
"mcpServers": {
"stealth-browser-mcp": {
"command": "/path/to/stealth-browser-mcp/venv/bin/python",
"args": ["/path/to/stealth-browser-mcp/src/server.py"]
}
}
}FAQ
- What browsers are supported?
- Chrome, Chromium, and Microsoft Edge with automatic detection.
- How does it bypass antibot systems?
- Through real browser instances using nodriver + Chrome DevTools Protocol that mimic human behavior.
Compare stealth-browser-mcp with
Last updated · Auto-generated from public README + GitHub signals.