Skip to content

Actor Pipeline Runner (Chain Actors in One Run) for Grok

io.github.nero-engine/actor-pipeline-runner

Run up to 25 Apify Actors in order in one call, passing each step's dataset to the next.

client:Grok transport:streamable-http

Install Actor Pipeline Runner (Chain Actors in One Run) in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "actor-pipeline-runner": {
      "type": "http",
      "url": "https://mcp.apify.com/?tools=nerolabs/actor-pipeline-runner"
    }
  }
}

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

Actor Pipeline Runner (Chain Actors in One Run) in other clients