Skip to content
Grok

apify for Grok

com.mcparmory/apify

Build, deploy, and run web scraping and automation actors in the cloud

client:Grok transport:stdio runtime:pypi

Install apify in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "apify": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-apify"
      ]
    }
  }
}

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 in other clients