Stealth Browser MCP
An MCP browser automation server using nodriver and Chrome DevTools Protocol that bypasses anti-bot systems like Cloudflare and Queue-It, offering 90 tools for element interaction, network interception, and DOM cloning.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Community/specialized tool. Apply standard security practices for category. Review documentation for specific security requirements.
⚡ Reliability
Best When
You need to automate or scrape sites with aggressive bot detection that block standard automation frameworks.
Avoid When
Your target sites' terms of service prohibit automated access, or you can accomplish your goal with standard Playwright MCP without the antibot overhead.
Use Cases
- • Scraping or automating sites protected by Cloudflare, Queue-It, or similar bot detection
- • Social media automation where Playwright is blocked
- • Full DOM cloning with CSS, events, and assets for UI analysis
- • Network traffic inspection and dynamic modification via AI-driven hook functions
- • CI/CD browser testing pipelines on sites with aggressive bot protection
Not For
- • Teams where bypassing anti-bot systems violates target site terms of service
- • Simple browser automation where Playwright or Puppeteer works fine
- • Environments requiring a lightweight footprint (90 tools is heavy context)
Interface
Authentication
No auth required for the MCP server itself. Runs locally. Site-level auth (cookies, sessions) managed through browser automation.
Pricing
MIT licensed. Free to use. Chrome browser required on host.
Agent Metadata
Known Gotchas
- ⚠ 90 tools in full mode is extremely heavy on agent context window - use minimal (22-tool) mode for most workflows
- ⚠ Bypassing anti-bot systems may violate target sites' terms of service - legal/ethical risk
- ⚠ Requires local Chrome installation; not suitable for sandboxed or headless server environments without setup
- ⚠ Dynamic hook system (AI-generated Python functions) could execute arbitrary code - significant security consideration
- ⚠ Community project with no SLA or guaranteed maintenance
Alternatives
Full Evaluation Report
Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Stealth Browser MCP.
Scores are editorial opinions as of 2026-03-06.