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 | — | — |
| Score | 62 | 47 |
| Official | — | — |
| Categories | Web ScrapingAI / LLM ToolsDeveloper Tools | Browser AutomationWeb ScrapingSecurity |
| Language | Python | TypeScript |
| Last commit | this month | this 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
- Install the Scrapling package via pip:
``bash pip install scrapling ``
- 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:
- Start the browser server:
npx camofox-browser@latest
- 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