Scrapling

GitHub

๐Ÿ•ท๏ธ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!

RAW Config

Claude Desktop Configuration

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

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