Apify
Apify's official MCP. Run any of thousands of Actors (scrapers, crawlers, automations) from your agent against the Apify Store.
Delv Safety Grade: B
Score 73/100 · assessed 2026-04-28
Apify is a legitimate commercial web scraping platform with a well-established business model and enterprise customers. This official MCP server lets agents run any Actor from their marketplace, which includes thousands of third-party scrapers and automation tools. The maintainer score is strong because Apify is a funded company with a real product. Supply chain is solid via npm with standard packaging. Transparency is good with open source code and documentation. The permissions concern is significant: you're granting access to run arbitrary third-party Actors that can scrape any website, execute browser automation, and process data. Each Actor has its own permission model and you're trusting both Apify's platform security and the individual Actor authors. The API token gives broad access to your Apify account including billing. No known security incidents, but the attack surface is inherently large given the marketplace model.
Lethal Trifecta (prompt-injection exposure)
TWO OF THREEScraping platform. Same axes; output is whatever the actor returned.
Green flags
- Official vendor implementation from established commercial platform
- Distributed via npm with standard package management
- Open source with clear documentation and examples
- Apify platform has enterprise customers and compliance certifications
- Actors run in Apify's infrastructure, not locally
Red flags
- Runs arbitrary third-party Actors from marketplace with varying trust levels
- API token grants full account access including billing and usage
- Each Actor can scrape any site and execute browser automation
- No granular permission control over which Actors can be invoked
Permissions requested
Install
npx @apify/actors-mcp-server
APIFY_TOKENReview
Install this if you're already on Apify or you need production scrapers without writing them yourself. Skip it if you want a free, self-hosted scraping tool or you're doing one-off data pulls. It's a bridge to a paid platform, not a standalone scraper.
Good at
- Access to thousands of maintained scrapers and crawlers without writing or hosting your own.
- Actors are parameterised and well-documented, so you can run complex scrapes with a single tool call.
- Official Apify integration means reliable updates and support for the MCP layer.
- Works across Claude Desktop, Cursor, and VSCode, so you can use the same Actors in multiple workflows.
Watch out
- Requires an Apify account and billing setup, even for testing on the free tier.
- Actor quality varies: community Actors can be outdated or poorly maintained.
- You're debugging on Apify's platform if an Actor fails, not in your local logs.
- Costs scale with usage, and some Actors are expensive for large scrapes.
Use cases
- Scraping LinkedIn profiles via a hosted Actor
- Running a Google Maps extractor
- Pulling Twitter timelines via a maintained scraper
- Plugging the Apify Store catalogue into a research agent
Getting started
Works with
Similar MCPs
- Playwright (Microsoft)Microsoft's official Playwright MCP — full browser control, accessibility tree, and click-by-text. The most capable browser MCP.
- PuppeteerHeadless browser control for Claude. Screenshots, form filling, scraping, and interacting with pages that require JavaScript.
- Webpage Screenshot MCPCaptures full-page and element-specific screenshots for UI development feedback, with authentication and system browser support.
- BrowserbaseBrowserbase's hosted browser MCP. Lets Claude drive a real headless Chrome in the cloud, with session recording and proxy support.