MCP server for Apify web scraping platform
MCP server for Apify providing access to thousands of ready-made scrapers and the ability to deploy custom Actors for web scraping.
{
"mcpServers": {
"apify": {
"mcpServers": {
"apify": {
"env": {
"APIFY_TOKEN": "YOUR_APIFY_TOKEN"
},
"args": [
"-y",
"@apify/mcp-server"
],
"command": "npx"
}
}
}
}
}