stealth-browser-mcp
The only browser automation that bypasses anti-bot systems. AI writes network hooks, clones UIs pixel-perfect via simple chat.
File Explorer
Download Latest Version (.zip)- bug_report.md
- config.yml
- feature_request.md
- showcase.yml
- ci.yml
- FUNDING.yml
- labeler.yml
- pull_request_template.md
- augment-hero-clone.md
- augment-hero-recreation.html
- README.md
- claude_prompts.md
- AugmentHeroClone.PNG
- nodemaven-sponsor.png
- Showcase Stealth Browser Mcp.mp4
- showcase-demo-full.gif
- showcase-demo.gif
- UndetectedStealthBrowser-2.png
- UndetectedStealthBrowser.png
- openai.yaml
- SKILL.md
- comprehensive_element_extractor.js
- extract_animations.js
- extract_assets.js
- extract_events.js
- extract_related_files.js
- extract_structure.js
- extract_styles.js
- __init__.py
- browser_manager.py
- cdp_element_cloner.py
- cdp_function_executor.py
- comprehensive_element_cloner.py
- debug_logger.py
- dom_handler.py
- dynamic_hook_ai_interface.py
- dynamic_hook_system.py
- element_cloner.py
- file_based_element_cloner.py
- file_upload_security.py
- hook_learning_system.py
- http_security.py
- models.py
- network_interceptor.py
- persistent_storage.py
- platform_utils.py
- process_cleanup.py
- progressive_element_cloner.py
- proxy_forwarder.py
- proxy_utils.py
- response_handler.py
- response_stage_hooks.py
- server.py
- .dockerignore
- .gitignore
- AGENTS.md
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CODEOWNERS
- COMPARISON.md
- CONTRIBUTING.md
- Dockerfile
- HALL_OF_FAME.md
- LICENSE
- pyproject.toml
- README.md
- requirements.txt
- ROADMAP.md
- run_server.bat
- run_server.sh
- SECURITY.md
- smithery.yaml
- STEALTH_TESTS.md
# Installation Guide
git clone https://github.com/vibheksoni/stealth-browser-mcp
Downloads the entire project code from GitHub to your computer.
cd stealth-browser-mcp
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install fastmcp
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Docker
Easy- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t stealth-browser-mcp .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 stealth-browser-mcp
Runs the built image as an actual container.
4. Python
Easypython -m venv venv
Runs the Python script (or module).
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install fastmcp
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
