Adaptive web scraping framework with a built-in MCP server for AI-assisted data extraction. Smart element tracking, anti-bot bypass, and concurrent crawling
npx @getmcp/cli add scraplingConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"scrapling": {
"command": "uvx",
"args": [
"--from",
"scrapling[ai]",
"scrapling",
"mcp"
]
}
}
}