mcpbeat Sign in

Scrapeunblocker MCP Server

local only

Scrapeunblocker MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 120 installs a week from npm. Last commit 29 Aug 2026.

Fetch any web page's HTML or AI-parsed JSON through the ScrapeUnblocker anti-bot API.

Installs per day peak 375 · avg 25 · +113% w/w
a month agotoday
120
Installs / week
npm · scrapeunblocker-mcp
1
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Scrapeunblocker MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 scrapeunblocker-mcp -- npx -y scrapeunblocker-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scrapeunblocker-mcp": {
      "args": [
        "-y",
        "scrapeunblocker-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scrapeunblocker-mcp]
command = "npx"
args = ["-y", "scrapeunblocker-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "scrapeunblocker-mcp": {
      "args": [
        "-y",
        "scrapeunblocker-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scrapeunblocker-mcp": {
      "args": [
        "-y",
        "scrapeunblocker-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SCRAPEUNBLOCKER_KEY (Your ScrapeUnblocker API key (get one at https://app.scrapeunblocker.com).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Scrapeunblocker MCP

same job, measured the same way
Scrapeunblocker MCP Remote
by scrapeunblocker

Fetch any web page's HTML, AI-parsed JSON, or Google results via the ScrapeUnblocker anti-bot API

4 tools answering
Scrapeunblocker Dfsswg
by jojapi

ScrapeUnblocker: ScrapeUnblocker allows to bypass anti-bot services and scrape the full page source.

1 tools answering
HasData Web Scraping
by hasdata

Fetch any public web page through managed proxies, with optional JS rendering and extraction rules.

117 installs/wk answering
MCP Research Agent: Web Scraping Tool for AI
by ranovam

Structured web research tool for AI agents: search, fetch and shape web data into the JSON schema…

answering
AI-First Scraper
by yubinkim444

Three MCP tools: fetch_page, fetch_pages_batch, search_web. Ad-free Markdown for AI agents.

151 installs/wk local only
Oxylabs Oxylabs MCP
by smithery

Fetch and process content from specified URLs using the Oxylabs Web Scraper API.

answering
Scrapegraph MCP
by scrapegraphai

AI-powered web scraping and data extraction capabilities through ScrapeGraph API

160 installs/wk local only
Oxylabs MCP
by oxylabs

Fetch and process content from specified URLs & sources using the Oxylabs Web Scraper API.

1 302 installs/wk 10 tools answering

Scrapeunblocker MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Scrapeunblocker MCP?
Scrapeunblocker MCP 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 npm package scrapeunblocker-mcp was installed 120 times last week.
How do I connect Scrapeunblocker MCP?
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 scrapeunblocker-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Scrapeunblocker MCP?
The npm package scrapeunblocker-mcp was installed 120 times in the last week. Week over week that is +113%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Scrapeunblocker MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.