Skip to content
Grok

apify scrapers for Grok

io.github.jlucasmcrell/apify-scrapers

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

client:Grok transport:stdio runtime:pypi

Install apify scrapers in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

apify scrapers in other clients