HomeBrowser Automation & Scraping › Scrapling MCP Server

Scrapling MCP Server

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.

Python
★ 83,246 stars Last pushed 2026-09-23 License: BSD-3-Clause

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

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

Data from the Official MCP Registry