Servers
Apify Model Context Protocol (MCP) Server
@apify
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"actors-mcp-server": {
"command": "npx",
"args": [
"@apify/actors-mcp-server",
"--tools",
"actors,docs,apify/rag-web-browser"
]
}
}
}