Scrapegraph MCP
Rank #14,075io.github.ScrapeGraphAI/scrapegraph-mcp
MCP server providing scrapegraph-mcp capabilities
Scrapegraph MCP is a Model Context Protocol (MCP) server published by ScrapeGraphAI. It ranks #14,075 of 115,460 servers tracked on MCP Toplist, and its repository has 100 GitHub stars. Scrapegraph MCP is listed across 3 registries — Official MCP, Smithery and Glama, with 3 tracked versions. It was first listed on Oct 10, 2025 and most recently updated on Feb 7, 2026.
Ranks ahead of 101,385 of 115,460 servers on MCP Toplist.
Use Scrapegraph MCP
claude mcp add scrapegraph-mcp -e "SGAI_API_KEY=<your SGAI_API_KEY>" -- uvx scrapegraph-mcpReplace each placeholder with your own value before saving.
[mcp_servers.scrapegraph-mcp]
command = "uvx"
args = ["scrapegraph-mcp"]
[mcp_servers.scrapegraph-mcp.env]
SGAI_API_KEY = "<your SGAI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scrapegraph-mcp": {
"command": "uvx",
"args": [
"scrapegraph-mcp"
],
"env": {
"SGAI_API_KEY": "<your SGAI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scrapegraph-mcp": {
"command": "uvx",
"args": [
"scrapegraph-mcp"
],
"env": {
"SGAI_API_KEY": "<your SGAI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"scrapegraph-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"scrapegraph-mcp"
],
"env": {
"SGAI_API_KEY": "<your SGAI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scrapegraph-mcp": {
"command": "uvx",
"args": [
"scrapegraph-mcp"
],
"env": {
"SGAI_API_KEY": "<your SGAI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scrapegraph-mcp": {
"command": "uvx",
"args": [
"scrapegraph-mcp"
],
"env": {
"SGAI_API_KEY": "<your SGAI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ScrapeGraphAI%2Fscrapegraph-mcp)<a href="https://mcptoplist.com/server/io.github.ScrapeGraphAI%2Fscrapegraph-mcp"><img src="https://mcptoplist.com/badge/io.github.ScrapeGraphAI%2Fscrapegraph-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
ScrapeGraphAI
Available versions (3)
| Version | Published |
|---|---|
| 1.0.1 | Feb 7, 2026 |
| 1.0.0 | Nov 3, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Scrapegraph MCP?
- Scrapegraph MCP is maintained by ScrapeGraphAI, which publishes 8 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Scrapegraph MCP listed on the Official MCP Registry?
- Yes — Scrapegraph MCP is listed on the Official MCP Registry, alongside Smithery and Glama.
- How many versions does Scrapegraph MCP have?
- MCP Toplist tracks 3 versions of Scrapegraph MCP, most recently published on Feb 7, 2026.
- Where can I find the source code for Scrapegraph MCP?
- The source code for Scrapegraph MCP is hosted at github.com/ScrapeGraphAI/scrapegraph-mcp.