mcpbeat Sign in

Scraper MCP Server

local only

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

Web scraping MCP — extract clean markdown, links, and metadata from any URL.

Installs per day peak 77 · avg 20 · -32% w/w
a month agotoday
106
Installs / week
npm · mcp-server-scraper
6
Stars
1 open issues
10 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Scraper 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 scraper -- npx -y mcp-server-scraper
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scraper": {
      "args": [
        "-y",
        "mcp-server-scraper"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scraper]
command = "npx"
args = ["-y", "mcp-server-scraper"]
.cursor/mcp.json
{
  "mcpServers": {
    "scraper": {
      "args": [
        "-y",
        "mcp-server-scraper"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scraper": {
      "args": [
        "-y",
        "mcp-server-scraper"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Scraper

same job, measured the same way
Web Scraper
by ryudi84

MCP server for web scraping: URLs, links, metadata, CSS extraction.

32 installs/wk local only
Mifactory Scraping API
by mifactory-bot

Web scraping for AI agents. Extract text and metadata from any URL worldwide. $0.005/page.

1 tools answering
I
Perpage MCP Server
by cal-dev-tech

Give AI agents clean, LLM-ready web data — scrape any URL to markdown or extract structured JSON.

39 installs/wk local only
C
Hydrafetch
by hydrafetch

Turn any URL into clean Markdown and structured data. Scrape, crawl, search and extract.

13 tools answering
Crawlforge MCP Server
by mysleekdesigns

Web scraping, crawling, deep research & autonomous extraction — 31 MCP tools, clean Markdown/JSON

1 647 installs/wk local only
C
X1-BaaS Scraping API
by tazpal

Stealth scraping API for AI agents. Clean Markdown from any URL. x402 crypto payments.

3 tools answering
ExtractEdge
by vasilicasijarvis

Any web page -> clean markdown. Firecrawl-lite, 0.001 USDC/extract (x402, Base), free demo.

1 tools answering
Apexapi MCP
by apexapi

Call 120+ AI models and live web context (scrape/crawl/extract) from any MCP client with one key

61 installs/wk local only

Scraper — questions

Answers built from our own checks of this server.

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