Data & APIs
Apify MCP
Apify MCP connects your AI assistant to the Apify platform with 6,000+ pre-built cloud tools (called Actors). Extract data from websites, e-commerce stores, social media, search engines, maps, and more. Run scraping tasks at scale with automatic proxy rotation and anti-bot handling.
Stars
1.8k
Installs
34.0k
License
Apache-2.0
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 1.8k · catalog
- Freshness: Updated 2026-01-21
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: APIFY_TOKEN
- · Node.js 18+
Reference command
{
"mcpServers": {
"apify": {
"command": "npx",
"args": ["-y", "@apify/actors-mcp-server"],
"env": {
"APIFY_TOKEN": "<your-api-token>"
}
}
}
}