mcpbeat Sign in

Scrapeer MCP Server

local only

Scrapeer runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 28 Jun 2026.

Run Scrapeer visual web-scraping flows from AI agents.

Installs per day peak 17 · avg 10 · +2% w/w
a month agotoday
34
Installs / week
npm · @scrapeer/mcp-server
1
Stars
1 open issues
28 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: SCRAPEER_API_KEY (Scrapeer API key from https://app.scrapeer.com/settings). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Scrapeer

same job, measured the same way
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
Web
by rog0x

Web scraping, search, monitoring, and HTML-to-markdown for AI agents

31 installs/wk local only
AgentScrape
by hshintelligence

Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.

6 tools answering
Scrapeless MCP Server
by scrapeless-ai

Web search, browser automation, scraping, crawling and CAPTCHA solving for AI agents.

285 installs/wk answering
MESSORA
by messora

Scrape, crawl and search the web for AI agents via MCP.

5 tools answering
Web Scraping
by superagnt

Web scraping for AI agents: scrape, search, crawl, map any website to markdown + JSON. No browser.

answering
Parseium
by parseium

Web scraping runtime for agents: parsers, scrapes, batches, crons, and SQL databases.

answering
CRW Web Scraper
by us

Open-source web scraper for AI agents with scrape, crawl, and map tools

local only

Scrapeer — questions

Answers built from our own checks of this server.

Why is there no uptime for Scrapeer?
Scrapeer 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 @scrapeer/mcp-server was installed 34 times last week.
How do I connect Scrapeer?
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 @scrapeer/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Scrapeer?
The npm package @scrapeer/mcp-server was installed 34 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Scrapeer open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 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.