The Apify MCP Server connects AI applications to thousands of Apify Actors for web scraping, data extraction, and automation tasks, enabling real-time tool discovery and integration.
Search for Actors in the Apify Store.
Retrieve detailed information about a specific Actor.
Call an Actor and get its run results.
An Actor tool to browse the web.
Search the Apify documentation for relevant pages.
Fetch the full content of an Apify documentation page by its URL.
Get detailed information about a specific Actor run.
Get a list of an Actor's runs, filterable by status.
Retrieve the logs for a specific Actor run.
Get metadata about a specific dataset.
Retrieve items from a dataset with support for filtering and pagination.
Generate a JSON schema from dataset items.
Get metadata about a specific key-value store.
List the keys within a specific key-value store.
Get the value associated with a specific key in a key-value store.
List all available datasets for the user.
List all available key-value stores for the user.
Add an Actor as a new tool for the user to call.
Retrieve the output from an Actor call which is not included in the output preview of the Actor tool.
{
"command": "npx",
"args": ["@apify/actors-mcp-server"],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}