Camoufox Reverse
An anti-detection browser MCP server designed for JavaScript reverse engineering through the Camoufox engine. It enables AI assistants to perform dynamic debugging, function hooking, and network interception while bypassing sophisticated bot detectio
What is Camoufox Reverse?
Camoufox Reverse is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to anti-detection browser mcp server designed for javascript reverse engineering through the camoufox engine. it enables ai assistants to perform dynamic debugging, function hooking, and network intercep...
An anti-detection browser MCP server designed for JavaScript reverse engineering through the Camoufox engine. It enables AI assistants to perform dynamic debugging, function hooking, and network interception while bypassing sophisticated bot detectio
This server falls under the Browser Automation and Security categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- An anti-detection browser MCP server designed for JavaScript
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx camoufox-reverseConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Camoufox Reverse
The Camoufox Reverse MCP server provides an anti-detection browser environment purpose-built for JavaScript reverse engineering. It uses the Camoufox Firefox-based browser engine to bypass sophisticated bot detection systems while exposing 35 tools covering function hooking, network interception, JSVMP analysis, and engine-level property tracing. Security researchers and reverse engineers use it to dissect login signatures, deobfuscate encrypted parameters, and trace crypto routines without triggering anti-bot countermeasures.
Prerequisites
- Python 3.9+ installed on your system
- Camoufox browser installed (Firefox-based anti-fingerprinting engine)
- Playwright installed for browser automation (`pip install playwright`)
- An MCP-compatible client such as Claude Desktop, Cursor, or Claude Code
- Optional: a local HTTP proxy if you need geo-IP spoofing (e.g., http://127.0.0.1:7890)
Clone and install the server
Clone the repository and install the Python package in editable mode so all 35 tools are available.
git clone https://github.com/WhiteNightShadow/camoufox-reverse-mcp.git
cd camoufox-reverse-mcp
pip install -e .Install Playwright browser binaries
Playwright needs its browser binaries downloaded before the server can launch a browser session.
playwright installInstall Camoufox
Camoufox is the anti-fingerprinting browser engine that provides bot-detection bypass. Install it via pip.
pip install camoufox
python -m camoufox fetchConfigure your MCP client
Add the server to your MCP client's configuration. Use the --headless flag for Claude Code (no GUI). Add --proxy and --geoip flags if you need proxy routing.
Verify the server starts
Test the server launches correctly before connecting your AI client to it.
python -m camoufox_reverse_mcp --headlessCamoufox Reverse Examples
Client configuration
MCP configuration block for Claude Code (headless mode). For Cursor, omit the --headless flag to see the browser window.
{
"mcpServers": {
"camoufox-reverse": {
"command": "python",
"args": ["-m", "camoufox_reverse_mcp", "--headless"]
}
}
}Prompts to try
Example prompts for JavaScript reverse engineering workflows once the server is connected.
- "Launch the browser, navigate to https://example.com/login, inject XHR and crypto hooks, then trigger a login and show me all POST requests with their initiator call stacks"
- "Hook the function at window.sign and trace every call with its arguments for the next 10 seconds"
- "Intercept fetch requests on this page, show me which JavaScript file is generating the x-signature header, and dump its source"
- "Capture all WebSocket frames on this page and decode any base64-encoded messages"Troubleshooting Camoufox Reverse
Browser fails to launch with 'camoufox not found' error
Run `python -m camoufox fetch` to download the Camoufox browser binary. If the command is not found, reinstall with `pip install camoufox --upgrade`.
Bot detection still triggers despite using Camoufox
Add the --humanize flag to the server args to enable human-like interaction simulation, and optionally add --proxy http://YOUR_PROXY:PORT --geoip to route through a residential IP.
hook_function returns no results or crashes
Some sites load scripts asynchronously. Use `wait_for` with an appropriate selector or timeout after navigation before calling hook_function, so the target script has fully initialized.
Frequently Asked Questions about Camoufox Reverse
What is Camoufox Reverse?
Camoufox Reverse is a Model Context Protocol (MCP) server that anti-detection browser mcp server designed for javascript reverse engineering through the camoufox engine. it enables ai assistants to perform dynamic debugging, function hooking, and network interception while bypassing sophisticated bot detectio It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Camoufox Reverse?
Follow the installation instructions on the Camoufox Reverse GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Camoufox Reverse?
Camoufox Reverse works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Camoufox Reverse free to use?
Yes, Camoufox Reverse is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Camoufox Reverse Alternatives — Similar Browser Automation Servers
Looking for alternatives to Camoufox Reverse? Here are other popular browser automation servers you can use with Claude, Cursor, and VS Code.
Chrome DevTools MCP
★ 40.6kAI-powered Chrome automation server with natural language element detection. Control Chrome browser through MCP protocol for testing, debugging, and performance analysis. Features 91% accuracy in element location, works with free AI models, and suppo
UI TARS Desktop
★ 34.9k📇 🏠 - Browser automation capabilities using Puppeteer, both support local and remote browser connection.
Playwright
★ 32.8kA production-ready browser automation server that enables AI assistants to interact with web pages using tools for navigation, element interaction, and data extraction. It features a built-in Inspector UI and robust crash recovery for reliable automa
Page Agent
★ 18.0kJavaScript in-page GUI agent. Control web interfaces with natural language.
Chrome
★ 11.7kAn extension-based MCP server that enables AI assistants to control your browser, leveraging existing sessions and login states for automation and content analysis. It provides over 20 tools for semantic tab search, interactive element manipulation,
LAMDA
★ 7.8kThe most powerful Android RPA agent framework, next generation mobile automation.
Browse More Browser Automation MCP Servers
Explore all browser automation servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Camoufox Reverse in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Camoufox Reverse?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.