Skip to content
Claude Desktop

Actor Pipeline Runner (Chain Actors in One Run) for Claude Desktop

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:Claude Desktop transport:streamable-http

Install Actor Pipeline Runner (Chain Actors in One Run) in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "actor-pipeline-runner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com/?tools=nerolabs/actor-pipeline-runner"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

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