Back to MCP Servers
Apify
Extract data from websites, social media, search engines, maps, and e-commerce using thousands of ready-made scrapers and actors
scrapingapifyautomationdata-extractioncommunity
By Apify
Installation
npx @apify/mcp-serverConfiguration
{
"mcpServers": {
"apify": {
"command": "npx",
"args": ["-y", "@apify/mcp-server"],
"env": {
"APIFY_TOKEN": "your-apify-api-token"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes