mcpbeat Sign in

Scrapingdog MCP Server

by darshan972 Your server? Claim it
local only

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

Scrapingdog web-scraping & SERP APIs: web scrape, Google, Amazon, LinkedIn, YouTube, and more.

Installs per day peak 213 · avg 8
a month agotoday
40
Installs / week
npm · scrapingdog-mcp
0
Stars
0 open issues
1 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: SCRAPINGDOG_API_KEY (Your Scrapingdog API key (from https://www.scrapingdog.com/ dashboard).), SCRAPINGDOG_API_BASE (Override the Scrapingdog API base URL.), SCRAPINGDOG_TIMEOUT_MS (Per-request timeout in milliseconds.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Scrapingdog

same job, measured the same way
Multi Scraper MCP
by perufitlife

14 web scrapers as MCP tools: Reddit, Amazon, Google Maps, Yelp, YouTube, Indeed & more.

21 installs/wk local only
Scrapio MCP
by xsronhou

Fetch, crawl, and search the web: Google, Amazon, Walmart, Booking.com, Agoda, and YouTube data.

87 installs/wk local only
Scavio
by scavio-ai

Structured web data from 31 platforms: Google, YouTube, Amazon, Walmart, Reddit, TikTok, LinkedIn

322 installs/wk answering
Trends API
by trendsapi

Trend data from Google, TikTok, Amazon, Reddit, YouTube, Steam, npm and more as JSON

4 tools answering
Trends MCP
by trendsmcp

Trend data from Google Trends, YouTube, TikTok, Reddit, Amazon, Wikipedia, npm, Steam and more

4 tools answering
Paid Ads
by connected-paths

Hosted MCP server for Google Ads and LinkedIn Ads analysis.

answering
Searchapi MCP Server
by ahmednsh

Google Search, Shopping, Jobs, and YouTube tools backed by SearchApi.io

84 installs/wk local only
Litescrape
by litescrape

Google, Bing, DuckDuckGo and Google Maps search results, free without an API key.

74 installs/wk 9 tools answering

Scrapingdog — questions

Answers built from our own checks of this server.

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