mcpbeat Sign in

Scrapercity CLI MCP Server

by scrapercity Your server? Claim it
local only

Scrapercity CLI runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 14 Mar 2026.

B2B lead generation MCP server - 20+ scrapers, email finder, skip trace, and more.

Installs per day peak 22 · avg 8 · -44% w/w
a month agotoday
31
Installs / week
npm · scrapercity
1
Stars
0 open issues
14 Mar 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

This one needs environment variables set before it will start: SCRAPERCITY_API_KEY (Your ScraperCity API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Scrapercity CLI

same job, measured the same way
Langfuse
by pulsemcp

MCP server for Langfuse LLM observability — trace and observation analysis.

61 installs/wk local only
Insightsentry MCP
by rezmeplxrf

MCP server for InsightSentry financial data API - market data, options, screeners, and more

623 installs/wk local only
Jira Alerts (JSM Operations)
by rrvrs

MCP server for Jira Service Management Operations — alerts, on-call schedules and responders

436 installs/wk local only
Agent Trace Auditor
by lazymac2x

Cloudflare Workers MCP server: agent-trace-auditor

3 tools answering
Blackpoint Cyber
by wyre-ai

MCP server for Blackpoint Cyber MDR — alerts, threats, and operations.

local only
Blackpoint Cyber
by wyre-technology

MCP server for Blackpoint Cyber MDR — alerts, threats, and operations.

local only
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only
I
MCP Ordali Memory
by robin-deruyck

MCP server for Ordali memory: SQLite-backed project memory and governance traces.

35 installs/wk local only

Scrapercity CLI — questions

Answers built from our own checks of this server.

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