Connect Apify with AI agents using Model Context Protocol (MCP). Seamlessly integrate Apify tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.
Web Scraping tools for AI automation
Install Apify MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Apify with your AI agent.
Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.
Apify is a platform for building, deploying, and managing web scraping and automation tools, known as Actors.
73
2170
Web Scraping
Paste and run this command in your terminal to set up Cursor with MCP
After running the command, restart Cursor to start using the MCP Server.
Tool to create a new actor with specified configuration. use when you need to initialize a fresh actor programmatically before publishing or running it.
Tool to create a new dataset. use when you need to initialize or retrieve a dataset by name.
Tool to create a new actor task with specified settings. use when you need to configure or schedule recurring actor runs programmatically.
Tool to create a webhook for an actor task. use when you need external notifications about task run events (e.g., completion or failure) in downstream systems.
Tool to delete an actor permanently. use when you need to remove an actor by its id or username~actorname. confirm before calling.
Tool to delete a webhook by its id. use when removing a webhook after confirming the webhook id.
Tool to get details of a specific actor. use when you need actor metadata by id or username/actorname.
Tool to get a list of all webhooks created by the user. use when you need to enumerate webhooks before filtering or maintenance.
Tool to retrieve items from a dataset. use when you need to fetch data from a specified dataset by pagination or filtering. only json format is fully supported.
Tool to get the default build for an actor. use after specifying the actor id; optionally wait for the build to finish before returning.
Tool to retrieve a record from a key-value store. use when you need to fetch a specific value by key from an apify key-value store.
Tool to get a list of builds for a specific actor. use when you need paginated access to an actor’s build (version) history.
Tool to get a list of runs for a specific actor. use when you need to paginate through runs and optionally filter by status before processing run data.
Tool to get a list of runs for a specific actor task. use when you need to paginate through task runs and optionally filter by status.
Tool to fetch a paginated list of tasks belonging to the authenticated user. use when you need to browse or sort tasks created by the user.
Tool to get a list of webhooks for a specific actor task. use when you need to review or paginate webhooks after creating or updating a task.
Tool to retrieve logs for a specific actor run or build. use after initiating an actor run or build when you need to inspect execution logs.
Tool to get the openapi definition for a specific actor build. use when you need the api schema for code generation or analysis.
Tool to retrieve the input configuration of a specific task. use when you need to inspect stored task input before execution or debugging.
Tool to resurrect a finished actor run. use when you need to restart a completed or failed run. deprecated endpoint; may be removed in future.
20 actions available