Multi-Scraper MCP
Rank #34,263io.github.Perufitlife/multi-scraper-mcp
14 web scrapers as MCP tools: Reddit, Amazon, Google Maps, Yelp, YouTube, Indeed & more.
Multi-Scraper MCP is a Model Context Protocol (MCP) server published by perufitlife. It ranks #34,263 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Multi-Scraper MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Apr 25, 2026 and most recently updated on Jun 18, 2026.
Ranks ahead of 81,197 of 115,460 servers on MCP Toplist.
Use Multi-Scraper MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http multi-scraper-mcp https://renzomacar--multi-scraper-mcp.apify.actor/mcp?token={apifyToken}claude mcp add multi-scraper-mcp -e "APIFY_TOKEN=<your APIFY_TOKEN>" -- npx -y multi-scraper-mcpReplace each placeholder with your own value before saving.
[mcp_servers.multi-scraper-mcp]
url = "https://renzomacar--multi-scraper-mcp.apify.actor/mcp?token={apifyToken}"Add to ~/.codex/config.toml.
[mcp_servers.multi-scraper-mcp]
command = "npx"
args = ["-y", "multi-scraper-mcp"]
[mcp_servers.multi-scraper-mcp.env]
APIFY_TOKEN = "<your APIFY_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://renzomacar--multi-scraper-mcp.apify.actor/mcp?token={apifyToken}Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"multi-scraper-mcp": {
"command": "npx",
"args": [
"-y",
"multi-scraper-mcp"
],
"env": {
"APIFY_TOKEN": "<your APIFY_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multi-scraper-mcp": {
"url": "https://renzomacar--multi-scraper-mcp.apify.actor/mcp?token={apifyToken}"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"multi-scraper-mcp": {
"command": "npx",
"args": [
"-y",
"multi-scraper-mcp"
],
"env": {
"APIFY_TOKEN": "<your APIFY_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"multi-scraper-mcp": {
"type": "http",
"url": "https://renzomacar--multi-scraper-mcp.apify.actor/mcp?token={apifyToken}"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"multi-scraper-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"multi-scraper-mcp"
],
"env": {
"APIFY_TOKEN": "<your APIFY_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multi-scraper-mcp": {
"serverUrl": "https://renzomacar--multi-scraper-mcp.apify.actor/mcp?token={apifyToken}"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"multi-scraper-mcp": {
"command": "npx",
"args": [
"-y",
"multi-scraper-mcp"
],
"env": {
"APIFY_TOKEN": "<your APIFY_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multi-scraper-mcp": {
"url": "https://renzomacar--multi-scraper-mcp.apify.actor/mcp?token={apifyToken}"
}
}
}{
"mcpServers": {
"multi-scraper-mcp": {
"command": "npx",
"args": [
"-y",
"multi-scraper-mcp"
],
"env": {
"APIFY_TOKEN": "<your APIFY_TOKEN>"
}
}
}
}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.Perufitlife%2Fmulti-scraper-mcp)<a href="https://mcptoplist.com/server/io.github.Perufitlife%2Fmulti-scraper-mcp"><img src="https://mcptoplist.com/badge/io.github.Perufitlife%2Fmulti-scraper-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
perufitlife
Other servers by perufitlife
- PostWire#23,292 · 3 vers
- incomeos-mcp#44,848 · 1 ver
- supabase-security-mcp#45,929 · 2 vers
- Aviation MCP Server#58,040 · 1 ver
- Deep Research MCP Server#58,041 · 1 ver
- multi-scraper-mcp#77,712
- appwrite-security-mcp#95,395
- web-exposure-mcp#95,396
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Jun 18, 2026 |
| 1.0.0 | Apr 25, 2026 |
Frequently asked questions
- Who maintains Multi-Scraper MCP?
- Multi-Scraper MCP is maintained by perufitlife, which publishes 9 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Multi-Scraper MCP listed on the Official MCP Registry?
- Yes — Multi-Scraper MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Multi-Scraper MCP have?
- MCP Toplist tracks 2 versions of Multi-Scraper MCP, most recently published on Jun 18, 2026.
- Where can I find the source code for Multi-Scraper MCP?
- The source code for Multi-Scraper MCP is hosted at github.com/perufitlife/multi-scraper-mcp.