You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Apify the default data and automation layer for AI agents and AI IDEs. This Epic covers five features that together lower the barrier to connecting Apify Actors with AI workflows — from one-command MCP setup, to AI-generated Actor scaffolds, to cloud log diagnosis.
Why this matters
MCP is the dominant protocol for AI agent tooling (Claude, Cursor, Windsurf, Copilot all support it)
Apify already has apify-mcp-server and thousands of Actors — the infrastructure is there
The missing piece is CLI ergonomics: making it trivial for developers to connect, build, publish, and debug Actors as AI-native tools
Each Actor run triggered by an AI agent = direct compute revenue
Overview
Make Apify the default data and automation layer for AI agents and AI IDEs. This Epic covers five features that together lower the barrier to connecting Apify Actors with AI workflows — from one-command MCP setup, to AI-generated Actor scaffolds, to cloud log diagnosis.
Why this matters
apify-mcp-serverand thousands of Actors — the infrastructure is thereSub-tasks
apify mcp install— one-command MCP setup for Claude, Cursor, Windsurf, Copilotapify actors expose-as-mcp— expose any Actor as an MCP tool with one flagapify create --from-url <url>— AI generates Actor scaffold from a target websiteapify actor generate-schema— AI generates INPUT_SCHEMA.json from existing codeapify diagnose— AI reads cloud run error logs and suggests fixesRecommended build order
apify mcp install) — no LLM needed, pure config-file UX, unblocks everything elseexpose-as-mcp) — natural next step once MCP install existsgenerate-schema) — reduces publish friction, feeds into feat: expose any Actor as an MCP tool — apify actors expose-as-mcp #1439 tool descriptionsdiagnose) — needs LLM API decision, builds on feat: Addapify actors doctorfor local Actor project diagnostics #1366 (actors doctor)create --from-url) — highest impact but most complex; tackle lastDependencies / Related
apify/apify-mcp-server— MCP server that feat: apify mcp install — one-command MCP setup for Claude, Cursor, Windsurf, and Copilot #1438 and feat: expose any Actor as an MCP tool — apify actors expose-as-mcp #1439 configureapify/mcpc— universal MCP CLI clientapify actors doctorfor local Actor project diagnostics #1366 —apify actors doctor(offline pre-flight checks, ships before feat: apify diagnose — AI reads cloud run error logs and suggests fixes #1442)apify create(parity with Console wizard) #1153 — Guidedapify createwizard (UX foundation for feat: apify create --from-url <website> — AI generates Actor scaffold from a target URL #1440)Open questions (for PM review)
--ai) or on by default?