Multi Scraper MCP

Give your AI agent real-time web data with a single connection. This Model Context Protocol server exposes 12 production scraping tools - Reddit, Amazon, eBay, Google Maps (search + reviews), Yelp, YouTube, TikTok, Indeed, Trustpilot, website contact finder, and SaaS pricing tracker - to Claude, ChatGPT, Cursor, Cline, Windsurf, or any MCP client. It runs locally over stdio via the published package.

People connecting web scraping tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-18 · ★ 2 · #51 OF 78 MAINTAINED WEB SCRAPING · VERIFIED 2026-08-25

JavaScript servers · how we verify → /methodology

01 · Install Multi Scraper MCP

Claude Code

claude mcp add perufitlife-multi-scraper-mcp -- npx -y multi-scraper-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "perufitlife-multi-scraper-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "multi-scraper-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package multi-scraper-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.Perufitlife is GitHub-verified and matches the repo owner

03 · What Multi Scraper MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- yelp_search needs a Yelp Fusion API key - free, 5,000 calls/day, 2 minutes to get at docs.developer.yelp.com. Pass it as the yelpApiKey tool argument. - reddit_scrape survived Reddit shutting down its public .json endpoints (June 2026, universal 403): it now falls back to Reddit RSS feeds with a circuit breaker, so it keeps returning posts. In RSS mode items don't include score/comment counts (source: rss-fallback)

04 · Who maintains Multi Scraper MCP

multi-scraper-mcp is maintained by perufitlife. We track 5 MCP servers from perufitlife - 5 actively maintained, 4 combined GitHub stars, oldest repo from Apr 2026.

05 · Facts

category
web scraping - ranked #51 of 78 actively-maintained web scraping servers as of 2026-08-25.
registry
io.github.Perufitlife/multi-scraper-mcp (active, first published 2026-04-25 · 2 versions)
packages
npm:multi-scraper-mcp

06 · Multi Scraper MCP FAQ

What is Multi Scraper MCP?

Give your AI agent real-time web data with a single connection. This Model Context Protocol server exposes 12 production scraping tools - Reddit, Amazon, eBay, Google Maps (search + reviews), Yelp, YouTube, TikTok, Indeed, Trustpilot, website contact finder, and SaaS pricing tracker - to Claude, ChatGPT, Cursor, Cline, Windsurf, or any MCP client. It runs locally over stdio via the published package.

Is Multi Scraper MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-18. We re-verify nightly.

How do I install Multi Scraper MCP?

Run `npx -y multi-scraper-mcp`. You can also paste the ready-made client config above.

Does Multi Scraper MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Multi Scraper MCP

More web scraping MCP servers · Gate402 MCP · Pinkpixel Dev Web Scout MCP · Crawlgraph MCP · Pulse Fetch · Fitter

More JavaScript MCP servers · Dav MCP · Health Export MCP · Mainstreet · see all