BACK TO MCP SERVERS
searchclaude-codecursorclinewindsurf
Apify MCP Server
Connects AI agents to the Apify platform to run web scrapers, crawlers, and data extraction actors across 1,000+ websites.
Apify MCP Server
Connect AI assistants to Apify's ecosystem of ready-made web scrapers and automation actors.
Capabilities
- Apify Store Actors: Search and execute thousands of pre-built Actors for extracting data from social media, e-commerce, Google Maps, and search engines.
- Dataset Retrieval: Fetch, parse, and structure dataset items produced by Actor runs into clean JSON.
- Custom Crawling: Launch headless browser scrapers and custom data extraction scripts managed on Apify infrastructure.
Configuration
Configure your client with your Apify API token:
{
"mcpServers": {
"apify": {
"command": "npx",
"args": ["-y", "@apify/mcp-server"],
"env": {
"APIFY_TOKEN": "YOUR_APIFY_TOKEN"
}
}
}
}