Camoufox Reverse

v1.0.0Browser Automationstable

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

camoufox-reversemcpai-integration
Share:
194
Stars
0
Downloads
0
Weekly
0/5

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

Perform JavaScript reverse engineering with anti-detection measures.
Debug and hook functions dynamically while bypassing bot detection.
Intercept and analyze network traffic during browser automation.
LicenseMIT License
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx camoufox-reverse

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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)
1

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 .
2

Install Playwright browser binaries

Playwright needs its browser binaries downloaded before the server can launch a browser session.

playwright install
3

Install Camoufox

Camoufox is the anti-fingerprinting browser engine that provides bot-detection bypass. Install it via pip.

pip install camoufox
python -m camoufox fetch
4

Configure 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.

5

Verify the server starts

Test the server launches correctly before connecting your AI client to it.

python -m camoufox_reverse_mcp --headless

Camoufox 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.

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.

Quick Config Preview

{ "mcpServers": { "camoufox-reverse": { "command": "npx", "args": ["-y", "camoufox-reverse"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides