Development|Data|UtilitiesPython
Scrapling
An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
N/A rating (0 reviews)0 installs35,039 GitHub stars
web scrapingdata extractionPython
Scrapling is designed for effortless web scraping, providing tools for both simple requests and complex crawls. It aims to simplify the process of gathering data from the web, making it accessible for developers of all skill levels.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"scrapling-1": {
"args": [
"Scrapling"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.