Scrapes websites through MCP using stealth HTTP, real browsers, CSS selectors, and adaptive parsing.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Scrapling MCP Server.
Scrapling MCP Server MCP server makes Scrapling’s web-scraping capabilities available through the Model Context Protocol. The underlying framework covers use cases ranging from a single page request to larger crawls. It can retrieve pages with ordinary or stealth-oriented fetchers, use real browsers for dynamic sites, and parse returned content with CSS selectors.
The parser can save information about page elements and later use adaptive matching to relocate those elements after a site changes its structure. This is relevant for agents that need to extract repeated fields from pages whose markup may evolve over time. The framework also includes spiders for concurrent, multi-session crawling, along with pause and resume support, proxy rotation, streaming, and real-time crawl statistics.
As a Search & Data Extraction listing, it fits workflows where an agent must read public web content rather than interact with a structured service API. The supplied material identifies MCP support but does not document the exact MCP operations exposed to clients.
A fetcher obtains a web page, optionally using stealth behavior or a browser-backed approach. The resulting response can then be queried with CSS selectors. The README examples show selectors being used to identify collections such as products and to retrieve text from nested elements.
For larger jobs, Scrapling’s spider model starts from one or more URLs and processes responses asynchronously. Spider behavior can include concurrent sessions, automatic proxy rotation, adaptive crawl speed, and backoff when a site begins blocking requests. These capabilities belong to the Scrapling framework; the supplied material does not explain which of them are directly selectable through the MCP layer.
The project describes fetchers that can bypass anti-bot systems such as Cloudflare Turnstile. Browser-based fetching and headless operation are also shown in the examples, but no MCP-specific parameters are provided.
The source material links to Scrapling’s MCP documentation and identifies this repository as an MCP server, but it does not include installation commands or a client configuration example. It also does not list required environment variables, command-line arguments, transport settings, or authentication requirements.
The repository is published as a Python package and also has a Docker image reference in its project metadata. Those references establish available distribution channels for Scrapling, but they do not, by themselves, define the setup procedure for the MCP server. Consult the repository’s MCP documentation before deployment.
The documented capabilities include:
Scrapling MCP Server MCP server may expose some of these functions to an agent, but the provided excerpt does not enumerate MCP tool names or their input and output schemas.
The material does not state which websites can be accessed successfully, guarantee that anti-bot protections will be bypassed, or describe compliance requirements for scraping. Cloudflare Turnstile bypass is presented as a framework capability, not as a guarantee for every target or configuration.
No supported MCP client is named in the supplied information. Claude Desktop, Cursor, Windsurf, and Cline should therefore be treated as unconfirmed for this listing. The excerpt also provides no license declaration, required environment variables, rate-limit guidance, or authentication details.
For an agent workflow, verify the MCP documentation for exposed operations, browser dependencies, proxy settings, and response-size behavior before choosing Scrapling MCP Server MCP server.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/scrapling-mcp-server)<a href="https://allmcps.com/mcp/scrapling-mcp-server"><img src="https://allmcps.com/api/badge/scrapling-mcp-server?style=directory" alt="Scrapling MCP Server on AllMCPs" /></a>