mcpbeat Sign in

Scrapling MCP Server

local only

Scrapling MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 169 037 installs a week from pypi. Last commit 14 Sep 2026.

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

Installs per day peak 36 950 · avg 28 278 · +4% w/w
a month agotoday
169 037
Installs / week
pypi · scrapling
81916
Stars
2 open issues
14 Sep 2026
Last commit
0 releases in 90 days
BSD-3-Clause
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        module = __import__(module_path, fromlist=[class_name])
                data: CheckpointData = pickle.loads(content)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add Scrapling -- uvx scrapling
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "Scrapling": {
      "args": [
        "scrapling"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.Scrapling]
command = "uvx"
args = ["scrapling"]
.cursor/mcp.json
{
  "mcpServers": {
    "Scrapling": {
      "args": [
        "scrapling"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "Scrapling": {
      "args": [
        "scrapling"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Scrapling MCP Server

same job, measured the same way
Scrapingant
by scrapingant

Cloud-based web access with real browsers and JS rendering by ScrapingAnt

3 tools answering
SeleniumBase MCP
by seleniumbase

Stealthy browser automation, testing, and web-scraping via CDP Mode.

local only
Obscura MCP
by metadrama

MCP server adapter for Obscura Rust headless browser — web scraping with anti-detection.

44 installs/wk local only
Spider Cloud
by spider

Crawl, scrape, search the web, and automate browsers at scale with anti-bot bypass.

answering
Alterlab
by alterlab

Web scraping MCP server — scrape, extract structured data, screenshot any site with anti-bot bypass.

128 installs/wk local only
Camoufox MCP
by baixianger

Anti-detection browser automation with Camoufox - stealth Firefox for web scraping

38 installs/wk local only
Stealth Agent Browser
by ykshah1309

Stealth Chromium MCP server with hybrid AOM + Set-of-Mark vision and Readability extraction.

41 installs/wk local only
Kernel MCP Server
by onkernel

Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).

answering

Scrapling MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Scrapling MCP Server?
Scrapling MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package scrapling was installed 169 037 times last week.
How do I connect Scrapling MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls scrapling straight from pypi; nothing to host, nothing to sign up for.
How many people use Scrapling MCP Server?
The pypi package scrapling was installed 169 037 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Scrapling MCP Server open source?
Yes — it is published under the BSD-3-Clause licence, written in Python, 81 916 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.