Scrapling is a Python library for web scraping. It provides tools for extracting data from websites, handling requests, and parsing HTML. It connects to websites via HTTP/HTTPS and integrates with Python's requests and BeautifulSoup libraries. Developers use it to build web scrapers, gather data, and automate web interactions.
Scrapling is a Python library for web scraping. It provides tools for extracting data from websites, handling requests, and parsing HTML. It connects to websites via HTTP/HTTPS and integrates with Python's requests and BeautifulSoup libraries. Developers use it to build web scrapers, gather data, and automate web interactions.
pip install ScraplingAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"d4vinci-scrapling-github": {
"command": "uvx",
"args": [
"pip install Scrapling"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Scrapling?"
No configuration required. This server works out of the box.
"What resources are available in Scrapling?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Scrapling"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Scrapling with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.