Skip to content
Cursor

apify scrapers for Cursor

io.github.jlucasmcrell/apify-scrapers

40 Apify public-data tools for leads, news, SEO, jobs, SEC, procurement, and registries.

client:Cursor transport:stdio runtime:pypi

Install apify scrapers 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": {
    "apify-scrapers": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apify-data-scrapers"
      ],
      "env": {
        "APIFY_TOOL_PROFILE": "<APIFY_TOOL_PROFILE>",
        "APIFY_TOKEN": "<APIFY_TOKEN>"
      }
    }
  }
}

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

apify scrapers in other clients