.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/apify/apify-mcp-server
home/mcp-servers/apify/apify-mcp-server
apify avatar

apify-mcp-server

byapify· 4 MCP servers

Installs

59k

Stars

2.3k

Forks

202

Category

Browser & Automation

View on GitHub

TL;DR

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 too

How to install apify-mcp-server?

apify/apify-mcp-server
$git clone https://github.com/apify/apify-mcp-server

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install apify-mcp-server by running `git clone https://github.com/apify/apify-mcp-server`, then use it for the current task and follow its documentation at https://github.com/apify/apify-mcp-server.

Files · 1

View on GitHub
README.md
1<h1 align="center">
2 <a href="https://mcp.apify.com">
3 <picture>
4 <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/apify/apify-mcp-server/refs/heads/master/docs/apify_mcp_server_dark_background.png">
5 <img alt="Apify MCP Server" src="https://raw.githubusercontent.com/apify/apify-mcp-server/refs/heads/master/docs/apify_mcp_server_white_background.png" width="500">
6 </picture>
7 </a>
8 <br>
9 <small><a href="https://mcp.apify.com">mcp.apify.com</a></small>
10</h1>
11 
12<p align=center>
13 <a href="https://www.npmjs.com/package/@apify/actors-mcp-server" rel="nofollow"><img src="https://img.shields.io/npm/v/@apify/actors-mcp-server.svg" alt="NPM latest version" data-canonical-src="https://img.shields.io/npm/v/@apify/actors-mcp-server.svg" style="max-width: 100%;"></a>
14 <a href="https://www.npmjs.com/package/@apify/actors-mcp-server" rel="nofollow"><img src="https://img.shields.io/npm/dm/@apify/actors-mcp-server.svg" alt="Downloads" data-canonical-src="https://img.shields.io/npm/dm/@apify/actors-mcp-server.svg" style="max-width: 100%;"></a>
15 <a href="https://github.com/apify/actors-mcp-server/actions/workflows/check.yaml"><img src="https://github.com/apify/actors-mcp-server/actions/workflows/check.yaml/badge.svg?branch=master" alt="Build Status" style="max-width: 100%;"></a>
16 <a href="https://smithery.ai/server/@apify/mcp"><img src="https://smithery.ai/badge/@apify/mcp" alt="smithery badge"></a>
17</p>
18 
19 
20The Apify Model Context Protocol (MCP) server at [**mcp.apify.com**](https://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 [Apify Store](https://apify.com/store). It supports OAuth, allowing you to connect from clients like Claude.ai or Visual Studio Code using just the URL.
21 
22> **🚀 Use the hosted Apify MCP Server!**
23>
24> For the best experience, connect your AI assistant to our hosted server at **[`https://mcp.apify.com`](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.
25 
26> ⚠️ **Legacy SSE transport removed.** The `https://mcp.apify.com/sse` endpoint has been removed in favor of Streamable HTTP. Migrate your client to **[`https://mcp.apify.com`](https://mcp.apify.com)** — drop the `/sse` suffix from your configuration.
27 
28💰 The server also supports [agentic payments](#-agentic-payments) via [x402](#-x402) and [Skyfire](#-skyfire), allowing AI agents to pay for Actor runs without an API token.
29 
30Apify MCP Server is compatible with `Claude Code, Claude.ai, Cursor, VS Code` and any client that adheres to the Model Context Protocol.
31Check out the [MCP clients section](#-mcp-clients) for more details or visit the [MCP configuration page](https://mcp.apify.com).
32 
33![Apify-MCP-server](https://raw.githubusercontent.com/apify/apify-mcp-server/refs/heads/master/docs/apify-mcp-server.png)
34 
35## Table of Contents
36- [🌐 Introducing Apify MCP Server](#-introducing-apify-mcp-server)
37- [🚀 Quickstart](#-quickstart)
38- [🤖 MCP clients](#-mcp-clients)
39- [🪄 Try Apify MCP instantly](#-try-apify-mcp-instantly)
40- [💰 Agentic payments](#-agentic-payments)
41 - [How agentic payments work](#how-agentic-payments-work)
42 - [💸 x402](#-x402)
43 - [🔥 Skyfire](#-skyfire)
44- [🛠️ Tools, resources, and prompts](#%EF%B8%8F-tools-resources-and-prompts)
45- [📊 Telemetry](#-telemetry)
46- [💬 Usage examples](#-usage-examples)
47- [🐛 Troubleshooting](#-troubleshooting)
48- [⚙️ Development](#%EF%B8%8F-development)
49- [🔒 Privacy policy](#-privacy-policy)
50- [🤝 Contributing](#-contributing)
51- [📚 Learn more](#-learn-more)
52 
53# 🌐 Introducing Apify MCP Server
54 
55The Apify MCP Server allows an AI assistant to use any [Apify Actor](https://apify.com/store) as a tool to perform a specific task.
56For examp

Preview

apify/apify-mcp-serverapify/apify-mcp-server
Repoapify/apify-mcp-server
TypeMCP Servers
CategoryBrowser & Automation
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

MCPagentsai

Related

6 picks
Type
  1. microsoft avatarplaywright-mcpPlaywright Tools for MCPMCP ServersJul 202626M36k
  2. cloudflare avatarplaywright-mcpPlaywright Tools for MCPMCP ServersApr 202626M250
  3. microsoft avatarPlaywright MCPBrowser automation for agents via accessibility snapshotsMCP Servers6 days ago25M35k
  4. d4vinci avatarscraplingWeb scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.MCP ServersJul 2026930k72k
  5. firecrawl avatarfirecrawl-mcp-serverMCP server for Firecrawl — search, scrape, and interact with the web.MCP ServersJul 2026480k7.1k
  6. nickclyde avatarduckduckgo-mcp-serverMCP Server for searching via DuckDuckGoMCP ServersJul 2026121k1.4k