mcpbeat Sign in

Scrapegraph MCP Server

by scrapegraphai Your server? Claim it
local only

Scrapegraph MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 160 installs a week from pypi. Last commit 17 Jul 2026.

AI-powered web scraping and data extraction capabilities through ScrapeGraph API

Installs per day peak 75 · avg 34 · -16% w/w
a month agotoday
160
Installs / week
pypi · scrapegraph-mcp
109
Stars
1 open issues
17 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: SGAI_API_KEY (Your ScapeGraph API key (optional - can also be set via MCP config)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Scrapegraph MCP

same job, measured the same way
HasData Web Scraping
by hasdata

Fetch any public web page through managed proxies, with optional JS rendering and extraction rules.

117 installs/wk answering
Thunderbit MCP Server
by thunderbit-open

AI-powered web scraping MCP. Distill pages to Markdown or extract structured data via JSON Schema.

51 installs/wk local only
Thunderbit MCP Server
by thunderbit-com

AI-powered web scraping MCP. Distill pages to Markdown or extract structured data via JSON Schema.

local only
Scrapingant
by mcparmory

Scrape webpages, handle JavaScript and CAPTCHA, extract structured data

235 installs/wk local only
Firecrawl
by mcparmory

Scrape, crawl, and extract structured data from websites at scale

239 installs/wk local only
Scrapfly
by scrapfly-mcp

Scrape any website, extract structured data, and collect web content at scale with AI agents

96 installs/wk local only
Web Scraper
by ryudi84

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

32 installs/wk local only
Apify MCP Server
by apify

Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡

answering

Scrapegraph MCP — questions

Answers built from our own checks of this server.

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