Odel
Scrapling MCP Server

Scrapling MCP Server

Local
@d4vinci79kPythonBSD-3-ClauseUpdated 3 days ago

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).

PyPIscraplingv0.4.15

Run

uvx scrapling

MCP client config

{
  "mcpServers": {
    "scrapling-mcp-server": {
      "command": "uvx",
      "args": [
        "scrapling"
      ]
    }
  }
}
Dockerghcr.io/d4vinci/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"
      ]
    }
  }
}