Skip to content

multi scraper mcp for Zed

io.github.perufitlife/multi-scraper-mcp

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

client:Zed transport:stdio runtime:npm

Install multi scraper mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "multi-scraper-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "multi-scraper-mcp"
      ],
      "env": {
        "APIFY_TOKEN": "<APIFY_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

multi scraper mcp in other clients