EveryDev.ai
Subscribe
Home
Tools

3,355+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Apify MCP Server
    Apify MCP Server icon

    Apify MCP Server

    MCP Servers

    An MCP server that connects AI agents to 55,000+ Apify Actors for web scraping, data extraction, and automation via a hosted endpoint or CLI.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Free tier with $5 prepaid usage per month, community support, and access to most platform features. No credit card required.

    Starter: $29/mo
    Scale: $199/mo
    Business: $999/mo
    +1 more plan

    Engagement

    Available On

    Linux
    Web
    API
    VS Code
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    MCP ServersBrowser AutomationAgent Frameworks

    Alternatives

    ApifyWeb SpeedExa MCP Server
    Developer
    ApifyPrague, Czech RepublicEst. 2015$3.5M raised

    Listed Aug 2026

    About Apify MCP Server

    The Apify MCP Server is an open-source Model Context Protocol (MCP) server that bridges AI agents with Apify's ecosystem of ready-made scrapers, crawlers, and automation tools. It is available as a hosted endpoint at mcp.apify.com and as an npm package (@apify/actors-mcp-server) for local stdio use. The project is maintained by Apify, a Prague-based company founded in 2015, and is licensed under MIT.

    What It Is

    The Apify MCP Server implements the Model Context Protocol to expose Apify Actors as callable tools for AI assistants and agents. An Actor is a containerized, ready-made automation task — examples include scrapers for Google Maps, Instagram, Facebook, and Google Search, as well as a RAG Web Browser for general web retrieval. The server dynamically loads an Actor's input schema and presents it as a structured MCP tool, so the AI agent knows exactly what arguments to pass and what output to expect. The hosted server at mcp.apify.com supports OAuth and Streamable HTTP transport, making it connectable from clients like Claude.ai, Cursor, VS Code, ChatGPT, and Grok simply by pasting the URL.

    Tool Architecture and Dynamic Discovery

    The server ships with a default tool set and supports dynamic expansion at runtime:

    • search-actors — searches Apify Store for relevant Actors
    • fetch-actor-details — retrieves input schema, README, pricing, and output schema for a specific Actor
    • call-actor — executes any Actor and returns run results
    • get-actor-run / abort-actor-run — inspect or stop running Actor jobs
    • get-dataset-items / get-key-value-store-record — retrieve structured output from Actor runs
    • search-apify-docs / fetch-apify-docs — search and fetch Apify platform documentation

    By default the server pre-loads the actors category, the docs category, and the apify/rag-web-browser Actor. Operators can narrow or expand the tool set via URL query parameters (hosted) or CLI flags (stdio), for example ?tools=apify/my-actor to expose only a single Actor with no discovery overhead.

    Deployment Model

    The server supports two deployment paths:

    • Hosted (recommended): Connect any MCP-compatible client to https://mcp.apify.com using OAuth or a Bearer token. Supports the latest features including output schema inference for structured Actor results and rental Actors from Apify Store.
    • Local stdio: Run npx @apify/actors-mcp-server with an APIFY_TOKEN environment variable. Suitable for Claude Desktop and command-line integrations. Note that rental Actors and some hosted-only features are not available in stdio mode.

    The server also supports a UI mode (?ui=true) that enables interactive MCP Apps widget rendering in tool responses.

    Agentic Payments

    The server supports three payment paths for agents that operate without a pre-configured Apify account:

    • AGI (agi.apify.com): The recommended path. An agent pays once via x402 or MPP and receives a prepaid, spend-capped Apify API token usable against any Actor.
    • Direct x402: Pays with USDC on the Base blockchain per request, handled automatically by the mcpc CLI client. Limited to Pay Per Event Actors.
    • Skyfire: Pays with PAY tokens via a Skyfire account. The agent passes a payment token in the Actor's input properties. Also limited to Pay Per Event Actors.

    Update: v0.14.1

    The latest release is v0.14.1, published on July 31, 2026. The repository (2,420 stars, 206 forks as of the last update) is actively maintained with pushes as recent as August 2026. A notable recent change is the removal of the legacy SSE transport (/sse endpoint) in favor of Streamable HTTP — clients previously using https://mcp.apify.com/sse must migrate to https://mcp.apify.com. The v2 configuration introduced a unified tools parameter that supersedes the older actors parameter while preserving backward compatibility.

    MCP Client Compatibility

    The server is tested against Claude Desktop, Claude.ai (web), Claude Code, ChatGPT, VS Code (Genie), Cursor, OpenCode, Kiro, and the Apify Tester MCP Client. A one-click .mcpb bundle file is available for clients that support the MCP bundle format. Docker Hub integration is also maintained via the docker/mcp-registry repository.

    Apify MCP Server - 1

    Community Discussions

    Be the first to start a conversation about Apify MCP Server

    Share your experience with Apify MCP Server, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    Free tier with $5 prepaid usage per month, community support, and access to most platform features. No credit card required.

    • $5 to spend in Apify Store or on your own Actors
    • $0.2 per compute unit
    • Community support
    • 16 GB Actor RAM
    • 25 max concurrent runs

    Starter

    Entry-level paid plan with $29 prepaid usage, chat support, and Bronze Apify Store discount.

    $29
    per month
    • $29 to spend in Apify Store or on your own Actors
    • $0.2 per compute unit
    • Chat support
    • Bronze Apify Store discount
    • 64 GB Actor RAM
    • 32 max concurrent runs
    • 30 datacenter proxy IPs included

    Scale

    Mid-tier plan with $199 prepaid usage, priority chat support, and Silver Apify Store discount.

    $199
    per month
    • $199 to spend in Apify Store or on your own Actors
    • $0.16 per compute unit
    • Priority chat support
    • Silver Apify Store discount
    • 256 GB Actor RAM
    • 128 max concurrent runs
    • 200 datacenter proxy IPs included
    • 1 hour personal training per quarter

    Business

    High-volume plan with $999 prepaid usage, dedicated account manager, and Gold Apify Store discount.

    $999
    per month
    • $999 to spend in Apify Store or on your own Actors
    • $0.13 per compute unit
    • Account manager
    • Gold Apify Store discount
    • 512 GB Actor RAM
    • 256 max concurrent runs
    • 500 datacenter proxy IPs included
    • 1 hour personal training per month

    Enterprise

    Custom plan with unlimited prepaid usage, SLAs, dedicated team, and custom pricing.

    Custom
    contact sales
    • Unlimited prepaid usage
    • Custom compute unit pricing
    • Custom Actor RAM
    • Custom concurrent runs
    • Single sign-on (SSO)
    • SLAs with guaranteed data
    • Dedicated team of experts
    • Custom proxy pricing
    View official pricing

    Capabilities

    Key Features

    • Hosted MCP endpoint at mcp.apify.com with OAuth support
    • Access to 55,000+ Apify Actors as MCP tools
    • Dynamic Actor discovery via search-actors and fetch-actor-details
    • Pre-configured RAG Web Browser Actor for web search
    • Streamable HTTP and stdio transport modes
    • Configurable tool sets via URL query parameters or CLI flags
    • Agentic payments via AGI, x402 (USDC on Base), and Skyfire
    • Actor run management: status, logs, abort
    • Dataset and key-value store retrieval
    • Apify documentation search and fetch
    • UI mode for interactive MCP Apps widget rendering
    • OAuth and Bearer token authentication
    • Docker Hub integration
    • Telemetry with opt-out support
    • Backward-compatible v2 configuration

    Integrations

    Claude Desktop
    Claude.ai
    Claude Code
    ChatGPT
    Cursor
    VS Code
    Grok
    Kiro
    OpenCode
    Apify Store
    Apify API
    Skyfire
    x402 / Base blockchain
    AGI (agi.apify.com)
    Docker Hub
    Smithery
    MCP Inspector
    API Available
    View Docs

    Demo Video

    Apify MCP Server Demo Video
    Watch on YouTube

    Ratings & Reviews

    No ratings yet

    Be the first to rate Apify MCP Server and help others make informed decisions.

    Developer

    Apify

    Founded in 2015 by Jan Čurn and Jakub Balada through Y Combinator, Apify is a Prague-based company building the world's leading web scraping and automation platform. The company serves 13,000+ customers worldwide and processes 4+ billion web pages monthly.

    Founded 2015
    Prague, Czech Republic
    $3.5M raised
    231 employees

    Used by

    Accenture
    Siemens
    Intercom
    Microsoft
    +2 more
    Read more about Apify
    WebsiteGitHubX / Twitter
    2 tools in directory

    Similar Tools

    Apify icon

    Apify

    Apify is a web scraping and automation platform that provides 30,000+ ready-made Actors, cloud infrastructure, and open-source tools to extract real-time web data for AI apps, agents, and business intelligence.

    Web Speed icon

    Web Speed

    A deterministic adaptation layer that translates raw DOM structures into optimized JSON blueprints for autonomous AI agents, cutting token costs by 70-90%.

    Exa MCP Server icon

    Exa MCP Server

    An open-source MCP server that connects AI assistants like Claude, Cursor, and VS Code to Exa's web search, crawling, and research agent capabilities.

    Browse all tools

    Related Topics

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    164 tools

    Browser Automation

    AI-powered agents that autonomously navigate and interact with web applications to automate repetitive tasks, extract data, fill forms, and perform web-based workflows using intelligent understanding of page structure and content.

    116 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    549 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions