camofox-browser (MCP Server)

GitHub

Stealth headless browser for AI agents โ€” bypass Cloudflare, bot detection, and anti-scraping. Drop-in Puppeteer/Playwright replacement.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "camofox-browser": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-camofox-browser"
      ]
    }
  }
}