Scrapling MCP Server
CautionWeb scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.
Install
Claude Code
claude mcp add scrapling -- uvx scraplingSafety Report
details
No authentication mechanism detected in source code
details
stdio transport — CORS not applicable
details
Rate limiting detected: rate_limit_middleware, throttle
details
No known CVEs in dependencies
details
No known vulnerable dependencies detected
details
No dangerous code patterns detected
details
License: BSD-3-Clause
details
Last commit 1 days ago
Compatibility
Tools Provided (6)
get Fast HTTP request with browser fingerprint impersonation — generates real browser headers matching TLS version, HTTP/3, and more. Returns content as Markdown, HTML, or plain text.
bulk_get Async concurrent version of get — scrapes multiple URLs simultaneously with the same fingerprint impersonation.
fetch Fetch dynamic content using a real Chromium/Chrome browser with full control over requests — supports wait conditions and CSS selector targeting.
bulk_fetch Parallel version of fetch — scrapes multiple dynamic URLs in separate browser tabs concurrently.
stealthy_fetch Uses a stealth browser mode to bypass Cloudflare Turnstile, interstitial pages, and other anti-bot systems.
bulk_stealthy_fetch Concurrent stealth scraping across multiple URLs in separate browser tabs — bypasses anti-bot protection at scale.
Frequently Asked Questions
What is Scrapling MCP Server?
Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.
What tools does Scrapling MCP Server provide?
Scrapling MCP Server provides 6 tools including get, bulk_get, fetch, bulk_fetch. Each tool can be called by AI agents to perform specific operations.
Is Scrapling MCP Server safe to use?
Scrapling MCP Server is rated Caution. Some security checks raised warnings. Review the safety report on this page for details before use.
What are alternatives to Scrapling MCP Server?
Similar MCP servers include Chrome DevTools MCP, Playwright MCP, MCP Server Browser. Each serves a similar purpose but may differ in features, language, and compatibility.
Similar MCP Servers
Chrome DevTools MCP
CautionMCP server for Chrome DevTools
Playwright MCP
VerifiedOfficial Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots
MCP Server Browser
CautionBrowser automation capabilities using Puppeteer, both support local and remote browser connection.