Skip to content
Cursor

multi scraper mcp for Cursor

io.github.perufitlife/multi-scraper-mcp

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

client:Cursor transport:stdio runtime:npm

Install multi scraper mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

multi scraper mcp in other clients