Home › Browser Automation & Scraping › Scrapling MCP Server
Scrapling MCP Server
Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.
Connect
Package (pypi 0.4.15)
uvx scrapling
Or add to your MCP client config:
{
"mcpServers": {
"scrapling": {
"command": "uvx",
"args": [
"scrapling"
]
}
}
}
This server takes extra arguments — see its repository.
Package (oci)
docker run -i --rm ghcr.io/d4vinci/scrapling
Or add to your MCP client config:
{
"mcpServers": {
"scrapling": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/d4vinci/scrapling"
]
}
}
}
This server takes extra arguments — see its repository.
Related servers
UI-TARS-desktop
MCP server for web search operations
playwright-mcp
Playwright Tools for MCP
invisible_playwright_mcp
AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.
Scrapegraph-ai
AI-powered web scraping library that creates scraping pipelines using natural language.- [ScrapeGraphAI](https://scrapegraphai.com)
Skyvern
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
SeleniumBase MCP
Stealthy browser automation, testing, and web-scraping via CDP Mode.
Data from the Official MCP Registry