MCP Catalogs
Homestealth-browser-mcp screenshot

stealth-browser-mcp

by vibheksoni·643·Score 54

Stealth Browser MCP provides undetectable browser automation with antibypass capabilities for MCP-compatible AI agents.

browser-automationweb-scrapingdeveloper-tools
125
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Automating web scraping on protected websites with antibot measures
you:Creating UI clones of websites through AI chat commands
you:Intercepting and modifying network traffic in real-time
you:What browsers are supported?
you:How does it bypass antibot systems?

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 README
  • spawn_browser

    Create undetectable browser instance

  • navigate

    Navigate to URLs

  • query_elements

    Find elements by CSS/XPath

  • click_element

    Natural clicking

  • type_text

    Human-like typing with newline support

  • take_screenshot

    Optimized page screenshots

  • extract_complete_element_cdp

    Complete CDP-based element clone

  • file_upload

    Upload allowlisted local files to file inputs

  • execute_script

    Run JavaScript

  • wait_for_element

    Smart waiting for elements

  • get_instance_state

    Full browser state information

  • extract_element_styles_cdp

    Pure CDP styles extraction

Comparable tools

playwright-mcpscrapingbee-mcpbrowserless-mcpnodriver

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.