MCP server for browser automation with Camoufox anti-detection capabilities
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"rlgrpe-camoufox-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Camoufox MCP Server A Python MCP (Model Context Protocol) server providing full browser automation with [Camoufox](https://github.com/daijro/camoufox) anti-detection capabilities. ## Features - **21 browser automation tools** for complete browser control - **Anti-detection**: Automatic fingerprint randomization to avoid bot detection - **Lazy initialization**: Browser only launches on first tool call - **Persistent sessions**: Browser persists between tool calls - **Tab management**: Support for multiple tabs/pages - **Form automation**: Fill forms, upload files, handle dialogs ## Installation ### Quick Start (uvx - recommended) ```bash uvx camoufox-mcp ``` ### Using pipx ```bash pipx run camoufox-mcp ``` ### Using pip ```bash pip install camoufox-mcp camoufox-mcp ``` ### From source ```bash # Clone the repository git clone https://github.com/rlgrpe/camoufox-mcp-python.git cd camoufox-mcp-python # Install with uv uv sync ``` ### Install Camoufox browser After installing the package, you need to download the Camoufox browser binary: ```bash # macOS python3 -m camoufox fetch # Linux python -m camoufox fetch # Also install system dependencies: # Ubuntu/Debian: sudo apt install -y libgtk-3-0 libx11-xcb1 libasound2 # Arch: sudo pacman -S gtk3 libx11 libxcb cairo libasound alsa-lib # Windows camoufox fetch ``` To uninstall the browser binary: ```bash camoufox remove ``` ## Usage ### Start the server ```bash # Using uvx (recommended) uvx camoufox-mcp # Using uv (from source) uv run camoufox-mcp # Or as a module python -m camoufox_mcp ``` ### Add to Claude Code ```bash claude mcp add camoufox-mcp -- uvx camoufox-mcp ``` ### Claude Desktop Configuration Add to your Claude Desktop config file: ```json { "mcpServers": { "camoufox-mcp": { "command": "uvx", "args": ["camoufox-mcp"] } } } ``` Or if running from source: ```json { "mcpServers": { "camoufox-mcp": { "command": "uv", "args": [ "run", …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.