MCP Server
Active
io.github.Perufitlife/multi-scraper-mcp MCP Server
io.github.Perufitlife/multi-scraper-mcp
What is the io.github.Perufitlife/multi-scraper-mcp MCP server?
14 web scrapers as MCP tools: Reddit, Amazon, Google Maps, Yelp, YouTube, Indeed & more.
How to install io.github.Perufitlife/multi-scraper-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
APIFY_TOKENrequiredsecretYour Apify API token (free at https://console.apify.com/account/integrations)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"multi-scraper-mcp": {
"command": "npx",
"args": [
"-y",
"multi-scraper-mcp"
],
"env": {
"APIFY_TOKEN": "<YOUR_APIFY_TOKEN>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"multi-scraper-mcp": {
"command": "npx",
"args": [
"-y",
"multi-scraper-mcp"
],
"env": {
"APIFY_TOKEN": "<YOUR_APIFY_TOKEN>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"multi-scraper-mcp": {
"command": "npx",
"args": [
"-y",
"multi-scraper-mcp"
],
"env": {
"APIFY_TOKEN": "<YOUR_APIFY_TOKEN>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"multi-scraper-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"multi-scraper-mcp"
],
"env": {
"APIFY_TOKEN": "<YOUR_APIFY_TOKEN>"
}
}
}
}Claude Code
claude mcp add multi-scraper-mcp --env APIFY_TOKEN=<YOUR_APIFY_TOKEN> -- npx -y multi-scraper-mcpRelated MCP servers
Live aviation data for AI agents: METAR weather, airports, aircraft, glossary & FAA questions.
0
View repository →JavaScript
MIT
Web search, clean page reading & one-call research dossiers for AI agents. No API key.
0
View repository →JavaScript
Smart Distribute: one prompt → the best native post per platform, then publish via MCP.
0
View repository →JavaScript