Apify MCP Server
Official MCP server connecting AI applications to Apify's web scraping platform with access to thousands of automation actors
⚡ Quick Install with Claude Code MCP Guide
Connect Claude Code to any remote MCP server with one simple command. Choose between direct HTTP connections or a universal bridge - all configured automatically with our setup wizard.
Get the Claude Code MCP Setup Guide →🔌 Test MCP Server Connection
Test your connection to the MCP wrapper server using your x-api-key. This validates that your MCP server credentials are configured correctly.
🚀 Test Full Apify Connection
Test both your MCP server connection AND your Apify platform credentials. This ensures your complete setup is working correctly.
📡 API Endpoint & Required Headers
Required HTTP Headers:
🛠️ Available Tools
⚠️ Common Errors & Solutions
🏥 Service Health Check
Configuration
// Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) // Windows: %APPDATA%\Claude\claude_desktop_config.json { "mcpServers": { "apify": { "command": "npx", "args": [ "-y", "@apify/actors-mcp-server@latest" ], "env": { "APIFY_TOKEN": "YOUR_APIFY_TOKEN" } } } }
Features
Enterprise-grade Apify integration for AI assistants
Web Scraping
Access thousands of pre-built web scraping actors.
Automation
Automate web workflows and data extraction tasks.
Cloud Execution
Run actors on Apify's scalable cloud infrastructure.
Data Export
Export data in multiple formats (JSON, CSV, Excel).
Scheduled Runs
Set up recurring scraping and automation tasks.
Proxy Support
Built-in proxy rotation and residential IPs.
📋 Recent Updates from GitHub
- Enhancement: Added Apify logo SVG for better branding
- Feature: Added MCP tool configuration options for DXT
- Fix: Improved beta release CI/CD pipeline
- Update: Updated DXT descriptions for clarity
- Fix: Changed log message format for actor-mcp
- Feature: Updated DXT file structure
- Fix: Resolved issue with adding non-existent Actors
- Feature: Changed logs to structured format for better debugging
- Improvement: Changed info logs to debug level for cleaner output
- Feature: Added tools dump functionality