MCP Catalogs
Home

Scrapling vs camofox-mcp

Side-by-side comparison to help you pick between these two MCP servers.

Scrapling
by D4Vinci
camofox-mcp
by redf0x1
Stars★ 50,346★ 61
30d uses
Score6247
Official
Categories
Web ScrapingAI / LLM ToolsDeveloper Tools
Browser AutomationWeb ScrapingSecurity
LanguagePythonTypeScript
Last committhis monththis month

Scrapling · Summary

Web scraping framework with adaptive parsing and anti-bot capabilities, now integrated as an MCP server.

camofox-mcp · Summary

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

Scrapling · Use cases

  • Extracting structured data from dynamic websites with changing layouts
  • Large-scale web crawling with automatic proxy rotation and anti-bot bypass
  • Integrating web scraping capabilities into AI agent workflows

camofox-mcp · Use cases

  • Web scraping without detection for data extraction tasks
  • Automated account management on websites with anti-bot measures
  • Multi-tab workflows for complex web interactions and research

Scrapling · Install

Installing Scrapling MCP Server

  1. Install the Scrapling package via pip:

``bash pip install scrapling ``

  1. Configure your MCP client to use the Scrapling server. For Claude Desktop, add to claude_desktop_config.json:

``json { "mcpServers": { "scrapling": { "command": "python", "args": ["-m", "scrapling", "mcp"] } } } ``

camofox-mcp · Install

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

Comparison generated from public README + GitHub signals. Last updated automatically.