Scrapling MCP Server
Rank #6io.github.D4Vinci/Scrapling
Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.
Scrapling MCP Server is a Model Context Protocol (MCP) server published by d4vinci. It ranks #6 of 115,460 servers tracked on MCP Toplist, and its repository has 77,386 GitHub stars. Scrapling MCP Server is listed across 2 registries — Official MCP and PulseMCP, with 10 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Aug 23, 2026.
Ranks ahead of 115,454 of 115,460 servers on MCP Toplist.
Use Scrapling MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add scrapling -- uvx scraplingclaude mcp add scrapling -- docker run -i --rm ghcr.io/d4vinci/scrapling[mcp_servers.scrapling]
command = "uvx"
args = ["scrapling"]Add to ~/.codex/config.toml.
[mcp_servers.scrapling]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/d4vinci/scrapling"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"scrapling": {
"command": "uvx",
"args": [
"scrapling"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"scrapling": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/d4vinci/scrapling"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"scrapling": {
"command": "uvx",
"args": [
"scrapling"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"scrapling": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/d4vinci/scrapling"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"scrapling": {
"type": "stdio",
"command": "uvx",
"args": [
"scrapling"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"scrapling": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/d4vinci/scrapling"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"scrapling": {
"command": "uvx",
"args": [
"scrapling"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scrapling": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/d4vinci/scrapling"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scrapling": {
"command": "uvx",
"args": [
"scrapling"
]
}
}
}{
"mcpServers": {
"scrapling": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/d4vinci/scrapling"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.D4Vinci%2FScrapling)<a href="https://mcptoplist.com/server/io.github.D4Vinci%2FScrapling"><img src="https://mcptoplist.com/badge/io.github.D4Vinci%2FScrapling.svg" alt="MCP Toplist: #6 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
d4vinci
Available versions (10)
| Version | Published |
|---|---|
| 0.4.15 | Aug 23, 2026 |
| 0.4.14 | Aug 10, 2026 |
| 0.4.13 | Aug 9, 2026 |
| 0.4.12 | Jul 27, 2026 |
| 0.4.8 | May 11, 2026 |
| 0.4.7 | Apr 17, 2026 |
| 0.4.6 | Apr 13, 2026 |
| 0.4.5 | Apr 11, 2026 |
| 0.4.1 | Feb 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Scrapling MCP Server?
- Scrapling MCP Server is maintained by d4vinci, which publishes 1 MCP server (10 total versions) tracked on MCP Toplist.
- Is Scrapling MCP Server listed on the Official MCP Registry?
- Yes — Scrapling MCP Server is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Scrapling MCP Server have?
- MCP Toplist tracks 10 versions of Scrapling MCP Server, most recently published on Aug 23, 2026.
- Where can I find the source code for Scrapling MCP Server?
- The source code for Scrapling MCP Server is hosted at github.com/d4vinci/scrapling.