MCP Catalogs
Home

camofox-mcp

by redf0x1·61·Score 47

Anti-detection browser MCP server with 47 automation tools for web interactions without blocking.

browser-automationweb-scrapingsecurity
10
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

Overview

CamoFox MCP connects MCP clients to a CamoFox browser server, providing AI agents with anti-detection browser capabilities. It offers a comprehensive toolkit with 47 tools across navigation, interaction, observation, search, downloads, session management, and batch workflows. The server supports both stdio and HTTP transport modes, with session persistence and profile management features. Built on top of Camoufox for anti-detection capabilities.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Web scraping without detection for data extraction tasks
you:Automated account management on websites with anti-bot measures
you:Multi-tab workflows for complex web interactions and research
you:Is CamoFox MCP a standalone browser?
you:How does CamoFox MCP prevent detection?

When to choose this

Choose CamoFox MCP when you need anti-detection browser automation for AI agents, particularly for login-heavy workflows or sites with strict bot detection mechanisms.

When NOT to choose this

Don't choose this if you need simple browser automation without anti-detection capabilities or if you want an all-in-one solution without managing separate browser server components.

Tools this server exposes

12 tools extracted from the README
  • check_health

    Check the health status of the CamoFox browser server

  • create_tab

    Create a new browser tab

  • navigate

    Navigate to a specific URL

  • click_element

    Click on a specified element

  • type_text

    Type text into a specified element

  • take_screenshot

    Take a screenshot of the current page

  • get_page_source

    Get the HTML source code of the current page

  • search_page

    Search for text on the current page

  • save_session

    Save the current browser session

  • load_profile

    Load a browser profile with saved cookies and settings

  • download_file

    Download a file from the current page

  • extract_data

    Extract structured data from the current page

Note: Tool names inferred from category descriptions in the README. The README mentions 47 tools across categories but doesn't provide complete documentation for each tool in this excerpt. Tools selected based on most common browser automation us

Comparable tools

puppeteer-mcpplaywright-mcpbrowserless-mcp

Installation

Install CamoFox MCP by running both the browser server and MCP server components:

  1. Start the browser server: npx camofox-browser@latest
  1. Add CamoFox MCP to your MCP client (example for Claude Desktop):
{
  "servers": {
    "camofox": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "camofox-mcp@latest"],
      "env": {
        "CAMOFOX_URL": "http://localhost:9377"
      }
    }
  }
}

Verify connection with: curl -fsS http://localhost:9377/health

FAQ

Is CamoFox MCP a standalone browser?
No, CamoFox MCP is not a standalone browser. It requires a separate camofox-browser server component to handle the actual browser functionality.
How does CamoFox MCP prevent detection?
CamoFox MCP relies on Camoufox, which provides anti-detection capabilities including browser fingerprinting masking, user agent spoofing, and behavior patterns that mimic human browsing.

Compare camofox-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.