Camofox Browser

v1.0.0Browser Automationstable

Anti-detection browser server for AI agents — REST API wrapping Camoufox engine with OpenClaw plugin support

ai-agentanti-detectionautomationbot-detectionbrowser-automation
Share:
226
Stars
0
Downloads
0
Weekly
0/5

What is Camofox Browser?

Camofox Browser is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to anti-detection browser server for ai agents — rest api wrapping camoufox engine with openclaw plugin support

Anti-detection browser server for AI agents — REST API wrapping Camoufox engine with OpenClaw plugin support

This server falls under the Browser Automation category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Anti-detection browser server for AI agents — REST API wrapp

Use Cases

Run anti-detection browser automation
Avoid bot detection systems
Enable stealth browsing with REST API
redf0x1

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx camofox-browser

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 Camofox Browser

Camofox Browser MCP Server is an anti-detection browser automation platform for AI agents built on the Camoufox engine, which provides C++ engine-level fingerprint spoofing to evade bot detection systems. It exposes a REST API with 50+ endpoints and a CLI with 50+ commands, supports OpenClaw plugin compatibility, persistent per-user Firefox profiles, geo presets, proxy configuration, and structured JSON data extraction via accessibility snapshots. Developers and AI agents use it to automate web tasks — scraping, form filling, login flows — without triggering bot-detection defenses.

Prerequisites

  • Node.js 20+ installed
  • 2 GB RAM minimum (more recommended for concurrent sessions)
  • Linux recommended for production deployments; macOS acceptable for development
  • An MCP-compatible client such as Claude Desktop
  • Docker if using the containerized deployment option
1

Clone and install the server

Clone the repository, install dependencies, build the TypeScript source, and start the server locally.

git clone https://github.com/redf0x1/camofox-browser.git
cd camofox-browser
npm install
npm run build
npm start
2

Or deploy via Docker

For a production-ready deployment, build the Docker image and run it with your API key and host settings.

docker build -t camofox-browser .
docker run -p 9377:9377 \
  -e CAMOFOX_HOST=0.0.0.0 \
  -e CAMOFOX_API_KEY=your-secret-key \
  camofox-browser
3

Set environment variables

Configure the server using environment variables. The most important are CAMOFOX_API_KEY for authentication and CAMOFOX_PORT if you need a non-default port.

export CAMOFOX_PORT=9377
export CAMOFOX_HOST=127.0.0.1
export CAMOFOX_API_KEY=your-secret-key
export CAMOFOX_HEADLESS=true
export CAMOFOX_MAX_SESSIONS=50
4

Verify the server is running

Check that the REST API is accessible on the configured port before connecting your MCP client.

curl http://localhost:9377/health
5

Configure Claude Desktop

Add the Camofox MCP companion to your Claude Desktop configuration. The MCP server connects to the running Camofox REST API.

{
  "mcpServers": {
    "camofox-browser": {
      "command": "node",
      "args": ["/path/to/camofox-browser/build/index.js"],
      "env": {
        "CAMOFOX_PORT": "9377",
        "CAMOFOX_API_KEY": "your-secret-key"
      }
    }
  }
}

Camofox Browser Examples

Client configuration

Claude Desktop config to connect the MCP companion to a locally running Camofox server.

{
  "mcpServers": {
    "camofox-browser": {
      "command": "node",
      "args": ["/path/to/camofox-browser/build/index.js"],
      "env": {
        "CAMOFOX_PORT": "9377",
        "CAMOFOX_API_KEY": "your-secret-key",
        "CAMOFOX_HEADLESS": "true"
      }
    }
  }
}

Prompts to try

Example prompts to use Camofox browser automation through Claude.

- "Open https://example.com using Camofox, take a snapshot of the page, and list all clickable links."
- "Navigate to a search page, enter 'MCP protocol' in the search field, and extract the first five results."
- "Use Camofox with the EU geo preset to browse a site and extract structured product data as JSON."

Troubleshooting Camofox Browser

401 Unauthorized errors from the REST API

Ensure CAMOFOX_API_KEY is set to the same value in both the server environment and the Authorization: Bearer header in requests. If CAMOFOX_AUTH_MODE is 'disabled', no key is needed.

Browser sessions fail to launch

Check that CAMOFOX_HEADLESS is set correctly. On headless servers, set it to 'true' or 'virtual'. If using Docker, ensure CAMOFOX_HOST is set to 0.0.0.0 so the API is reachable from outside the container.

CAMOFOX_MAX_SESSIONS limit reached

Increase CAMOFOX_MAX_SESSIONS in your environment variables, or close idle sessions by calling the DELETE /sessions/{id} endpoint. Ensure your server has sufficient RAM for the number of concurrent sessions.

Frequently Asked Questions about Camofox Browser

What is Camofox Browser?

Camofox Browser is a Model Context Protocol (MCP) server that anti-detection browser server for ai agents — rest api wrapping camoufox engine with openclaw plugin support It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Camofox Browser?

Follow the installation instructions on the Camofox Browser GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Camofox Browser?

Camofox Browser works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Camofox Browser free to use?

Yes, Camofox Browser is open source and available under the MIT 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": { "camofox-browser": { "command": "npx", "args": ["-y", "camofox-browser"] } } }

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

Read the full setup guide →

Ready to use Camofox Browser?

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