About
Overview
The Apify MCP Server enables AI agents to use Apify's web scraping and automation platform. It provides tools for running pre-built actors (scrapers), accessing resulting datasets, managing key-value stores, and scheduling recurring tasks.
Capabilities
Tools & Capabilities
⚡run_actor
Run a scraping actor with input configuration
⚡get_dataset
Get results from a dataset
⚡list_actors
List available actors
⚡get_run
Get the status of an actor run
⚡list_datasets
List available datasets
Setup
Installation
bash
Install
npx -y @apify/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"apify": {
"command": "npx",
"args": ["-y", "@apify/mcp-server"],
"env": {
"APIFY_TOKEN": "your-token"
}
}
}
}Quick Info
Authorapify
LanguageTypeScript
StatusStable
Stars★ 160
Last UpdatedFeb 12, 2026