Back to directory
AM

Apify MCP Server

Access thousands of ready-made web scrapers and automations as agent tools.
Last updated July 18, 2026
Search/RetrievalRemote · SSETypeScript2k

Overview

Apify's MCP server connects an agent to the Apify Store — thousands of ready-made scrapers, crawlers, and automations for social media, search engines, maps, and e-commerce sites — without writing a custom scraper for each source.

Use cases

Scrape a competitor's e-commerce listings using a pre-built Apify Actor.
Pull structured data from Google Maps or social media without a custom scraper.
Run one of thousands of Apify Store automations as a callable agent tool.

Install

{
  "mcpServers": {
    "apify": {
      "command": "npx",
      "args": [
        "@apify/actors-mcp-server"
      ],
      "env": {
        "APIFY_TOKEN": "your-apify-token"
      }
    }
  }
}

FAQ

No — it connects to thousands of pre-built Actors in the Apify Store; you can also point it at a specific Actor for a narrower tool surface.