Apify Actor

Apify Actor

Official
apify

Connects AI agents to 4,000+ pre-built web scrapers and crawlers from Apify Store to extract data from websites, social media, search engines, and e-commerce platforms.

Use 4,000+ pre-built cloud tools, known as Actors, to extract data from websites, e-commerce, social media, search engines, maps, and more.

875710 views114Remote

What it does

  • Extract data from social media platforms
  • Scrape e-commerce product information
  • Search and crawl search engine results
  • Collect data from maps and location services
  • Access thousands of pre-built web scrapers
  • Automate website data extraction workflows

Best for

Data scientists needing web scraping at scaleMarket researchers tracking competitor informationE-commerce businesses monitoring pricingAI agents requiring web data extraction
4,000+ ready-made scrapers availableOAuth support for easy authenticationHosted service with zero setup

About Apify Actor

Apify Actor is an official MCP server published by apify that provides AI assistants with tools and capabilities via the Model Context Protocol. Apify Actor offers 4,000+ cloud tools for web scraping. Scrape any website for data from e-commerce, social media, maps, It is categorized under search web, developer tools.

How to install

You can install Apify Actor in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.

License

Apify Actor is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

Apify MCP Server
mcp.apify.com

NPM latest version Downloads Build Status smithery badge

The Apify Model Context Protocol (MCP) server at mcp.apify.com enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, and any other website using thousands of ready-made scrapers, crawlers, and automation tools from the Apify Store. It supports OAuth, allowing you to connect from clients like Claude.ai or Visual Studio Code using just the URL.

πŸš€ Use the hosted Apify MCP Server!

For the best experience, connect your AI assistant to our hosted server at https://mcp.apify.com. The hosted server supports the latest features - including output schema inference for structured Actor results - that are not available when running locally via stdio.

πŸ’° The server also supports Skyfire agentic payments, allowing AI agents to pay for Actor runs without an API token.

Apify MCP Server is compatible with Claude Code, Claude.ai, Cursor, VS Code and any client that adheres to the Model Context Protocol. Check out the MCP clients section for more details or visit the MCP configuration page.

Apify-MCP-server

Table of Contents

🌐 Introducing the Apify MCP server

The Apify MCP Server allows an AI assistant to use any Apify Actor as a tool to perform a specific task. For example, it can:

Video tutorial: Integrate 8,000+ Apify Actors and Agents with Claude

Apify MCP Server Tutorial: Integrate 5,000+ Apify Actors and Agents with Claude

πŸš€ Quickstart

You can use the Apify MCP Server in two ways:

HTTPS Endpoint (mcp.apify.com): Connect from your MCP client via OAuth or by including the Authorization: Bearer <APIFY_TOKEN> header in your requests. This is the recommended method for most use cases. Because it supports OAuth, you can connect from clients like Claude.ai or Visual Studio Code using just the URL: https://mcp.apify.com.

  • https://mcp.apify.com streamable transport

Standard Input/Output (stdio): Ideal for local integrations and command-line tools like the Claude for Desktop client.

  • Set the MCP client server command to npx @apify/actors-mcp-server and the APIFY_TOKEN environment variable to your Apify API token.
  • See npx @apify/actors-mcp-server --help for more options.

You can find detailed instructions for setting up the MCP server in the Apify documentation.

⚠️ SSE transport deprecation on April 1, 2026

Update your MCP client config before April 1, 2026. The Apify MCP server is dropping Server-Sent Events (SSE) transport in favor of Streamable HTTP, in line with the official MCP spec.

Go to mcp.apify.com to update the installation for your client of choice, with a valid endpoint.

πŸ€– MCP clients

Apify MCP Server is compatible with any MCP client that adheres to the Model Context Protocol, but the level of support for dynamic tool discovery and other features may vary between clients.

To interact with the Apify MCP server, you can use clients such as: Claude Desktop, Visual Studio Code, or Apify Tester MCP Client.

Visit mcp.apify.com to configure the server for your preferred client.

Apify-MCP-configuration-clients

Supported clients matrix

The following table outlines the tested MCP clients and their level of support for key features.

ClientDynamic Tool DiscoveryNotes
Claude.ai (web)🟑 PartialTools mey need to be reloaded manually in the client
Claude Desktop🟑 PartialTools may need to be reloaded manually in the client
VS Code (Genie)βœ… Full
Cursorβœ… Full
Apify Tester MCP Clientβœ… FullDesigned for testing Apify MCP servers
OpenCodeβœ… Full

Smart tool selection based on client capabilities:

When the actors tool category is requested, the server intelligently selects the most appropriate Actor-related tools based on the client's capabilities:

  • Clients with dynamic tool support (e.g., Claude.ai web, VS Code Genie): The server provides the add-actor tool instead of call-actor. This allows for a better user experience where users can dynamically discover and add new Actors as tools during their conversation.

  • Clients with limited dynamic tool support (e.g., Claude Desktop): The server provides the standard call-actor tool along with other Actor category tools, ensuring compatibility while maintaining functionality.

πŸͺ„ Try Apify MCP instantly

Want to try Apify MCP without any setup?

Check out Apify Tester MCP Client

This interactive, chat-like interface provides an easy way to explore the capabilities of Apify MCP without any local setup. Just sign in with your Apify account and start experimenting with web scraping, data extraction, and automation tools!

Or use the MCP bundle file (formerly known as Anthropic Desktop extension file, or DXT) for one-click installation: Apify MCP server MCPB file

πŸ’° Skyfire agentic payments

The Apify MCP Server integrates with Skyfire to enable agentic payments - AI agents can autonomously pay for Actor runs without requiring an Apify API token. Instead of authenticating with APIFY_TOKEN, the agent uses Skyfire PAY tokens to cover billing for each tool call.

Prerequisites:

  • A Skyfire account with a funded wallet
  • An MCP client that supports multiple servers (e.g., Claude Desktop, OpenCode, VS Code)

Setup:

Configure both the Skyfire MCP server and the Apify MCP server in your MCP client. Enable payment mode by adding the payment=skyfire query parameter to the Apify server URL:

{
  "mcpServers": {
    "skyfire": 

---

*README truncated. [View full README on GitHub](https://github.com/apify/actors-mcp-server).*

Alternatives

Related Skills

Browse all skills
ydc-ai-sdk-integration

Integrate Vercel AI SDK applications with You.com tools (web search, AI agent, content extraction). Use when developer mentions AI SDK, Vercel AI SDK, generateText, streamText, or You.com integration with AI SDK.

0
gpt-researcher

GPT Researcher is an autonomous deep research agent that conducts web and local research, producing detailed reports with citations. Use this skill when helping developers understand, extend, debug, or integrate with GPT Researcher - including adding features, understanding the architecture, working with the API, customizing research workflows, adding new retrievers, integrating MCP data sources, or troubleshooting research pipelines.

4
apify

Web scraping and automation platform with pre-built Actors for common tasks

1
market-news-analyst

This skill should be used when analyzing recent market-moving news events and their impact on equity markets and commodities. Use this skill when the user requests analysis of major financial news from the past 10 days, wants to understand market reactions to monetary policy decisions (FOMC, ECB, BOJ), needs assessment of geopolitical events' impact on commodities, or requires comprehensive review of earnings announcements from mega-cap stocks. The skill automatically collects news using WebSearch/WebFetch tools and produces impact-ranked analysis reports. All analysis thinking and output are conducted in English.

1
ai-organizer-ui-consolidation

Build a unified, ADHD-friendly web UI that consolidates 70+ CLI tools into a beautiful liquid glass interface for the AI File Organizer. Use when creating the complete frontend application that replaces all terminal interactions with a macOS-inspired dashboard for file organization, search, VEO prompts, and system management.

0
grok-search

Search the web or X/Twitter using xAI Grok server-side tools (web_search, x_search) via the xAI Responses API. Use when you need tweets/threads/users from X, want Grok as an alternative to Brave, or you need structured JSON + citations.

0