
Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx scrapling
MCP client config
{
"mcpServers": {
"scrapling-mcp-server": {
"command": "uvx",
"args": [
"scrapling"
]
}
}
}Run
docker run -i --rm ghcr.io/d4vinci/scrapling
MCP client config
{
"mcpServers": {
"scrapling-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/d4vinci/scrapling"
]
}
}
}