Enables bypassing Cloudflare's anti-bot detection systems to perform web scraping and JavaScript reverse engineering on protected sites.
Utilizes the Firefox-based Camoufox browser to provide engine-level fingerprint spoofing and stealthy automation capabilities.
Provides a comprehensive suite of tools for JavaScript reverse engineering, including script source analysis, function hooking, dynamic debugging, and execution.
Supports blocking WebRTC to prevent IP leaks and enhance anonymity during automated browser operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@camoufox-reverse-mcpintercept fetch requests on example.com and analyze the encryption parameters"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
camoufox-reverse-mcp
Anti-detection browser MCP server for JavaScript reverse engineering.
An MCP (Model Context Protocol) server that gives AI coding assistants (Claude Code, Cursor, Cline, etc.) the ability to perform JavaScript reverse engineering through the Camoufox anti-detection browser — including API parameter analysis, JS source analysis, dynamic debugging, function hooking, network interception, and cookie/storage management.
Why Camoufox?
Feature | chrome-devtools-mcp | camoufox-reverse-mcp |
Browser Engine | Chrome (Puppeteer) | Firefox (Camoufox) |
Anti-Detection | None | C++ engine-level fingerprint spoofing |
Debug Capability | Limited (no breakpoints) | Playwright + JS Hook |
Core Advantages:
Camoufox modifies fingerprint information at the C++ engine level, not JS patches
Juggler protocol sandbox isolation makes Playwright completely undetectable by page JS
BrowserForge generates fingerprints based on real-world traffic distribution
Works on sites with strong bot detection: Rui Shu, GeeTest, Cloudflare, etc.
Quick Start
Option 1: Install via AI Chat (Recommended)
Paste the following into your AI coding tool's chat (Cursor / Claude Code / Codex, etc.):
Please configure camoufox-reverse-mcp and refer to this MCP for related operations: https://github.com/WhiteNightShadow/camoufox-reverse-mcpThe AI will automatically clone, install dependencies, and configure the MCP server.
Option 2: Manual Installation
1. Clone the repository
git clone https://github.com/WhiteNightShadow/camoufox-reverse-mcp.git
cd camoufox-reverse-mcp2. Install dependencies
pip install -e .Or with uv:
uv pip install -e .3. Configure your AI tool
Add the MCP server config to your tool's configuration file (see "Client Configuration" below).
Usage
As MCP Server (stdio)
python -m camoufox_reverse_mcpWith options:
python -m camoufox_reverse_mcp \
--proxy http://127.0.0.1:7890 \
--geoip \
--humanize \
--os windowsCLI Options
Option | Description | Default |
| Proxy server URL | None |
| Headless mode | false |
| OS fingerprint (windows/macos/linux) | windows |
| Infer geolocation from proxy IP | false |
| Humanized mouse movement | false |
| Block image loading | false |
| Block WebRTC | false |
Client Configuration
{
"mcpServers": {
"camoufox-reverse": {
"command": "python",
"args": ["-m", "camoufox_reverse_mcp"]
}
}
}{
"mcpServers": {
"camoufox-reverse": {
"command": "python",
"args": ["-m", "camoufox_reverse_mcp", "--headless"]
}
}
}{
"mcpServers": {
"camoufox-reverse": {
"command": "python",
"args": [
"-m", "camoufox_reverse_mcp",
"--proxy", "http://127.0.0.1:7890",
"--geoip",
"--humanize"
]
}
}
}Available Tools (44)
Navigation & Page
launch_browser— Launch Camoufox with anti-detection configclose_browser— Close browser and release resourcesnavigate— Navigate to URLreload/go_back— Reload / go backtake_screenshot/take_snapshot— Screenshot / accessibility treeclick/type_text— Click / type into elementswait_for— Wait for element or URL patternget_page_info— Get current page info
Script Analysis (Reverse Engineering Core)
list_scripts— List all loaded JS scriptsget_script_source— Get full JS source codesearch_code— Search keyword across all scriptssave_script— Save JS file locallyget_page_html— Get page HTML
Debugging (Reverse Engineering Core)
evaluate_js— Execute arbitrary JS in page contextevaluate_js_handle— Execute JS and inspect complex objectsadd_init_script— Inject scripts that run before page JSset_breakpoint_via_hook— Set pseudo-breakpoints via JS hooksget_breakpoint_data— Get captured breakpoint dataget_console_logs— Get page console output
Hooking (Reverse Engineering Core)
trace_function— Trace function calls without pausingget_trace_data— Get collected trace datahook_function— Inject custom hook code (before/after/replace)inject_hook_preset— One-click preset hooks (xhr/fetch/crypto/websocket/debugger_bypass)remove_hooks— Remove all hooks
Network Analysis (Reverse Engineering Core)
start_network_capture/stop_network_capture— Capture network trafficlist_network_requests— List captured requests with filtersget_network_request— Get full request detailsget_request_initiator— Get JS call stack that initiated a requestintercept_request— Intercept: log / block / modify / mockstop_intercept— Stop interception
Storage Management
get_cookies/set_cookies/delete_cookies— Cookie managementget_storage/set_storage— localStorage / sessionStorageexport_state/import_state— Save / restore browser state
Fingerprint & Anti-Detection
get_fingerprint_info— Inspect current browser fingerprintcheck_detection— Test anti-detection on bot detection sitesbypass_debugger_trap— Bypass anti-debugging traps
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.