$ timeahead.in
/ servers/npm/@apify/actors-mcp-server
npm

@apify/actors-mcp-server

Apify MCP Server

1k stars18k/wkupdated 0d agogithub ↗
62fair
▣ Overview

What it does

The Apify MCP Server connects Claude and other MCP clients to thousands of ready-made web scrapers and automation tools from the Apify Store. It enables agents to extract structured data from social media platforms (Facebook, Instagram), search engines (Google), maps, e-commerce sites, and arbitrary websites without writing scraper code. The server can be deployed as a hosted HTTPS endpoint at mcp.apify.com (OAuth-compatible) or locally via stdio with an API token.

Who it's for

Backend engineers and data engineers building AI agents that need web scraping, structured data extraction, or automated web interaction as part of their pipeline. Also suitable for researchers and analysts who want Claude to fetch fresh data from the web without managing custom scraping infrastructure.

Common use cases

  • Extract contact details (emails, phone numbers) from Google Maps for a given location or business query.
  • Scrape social media feeds (Facebook posts, Instagram profiles) to feed into downstream analysis or reporting workflows.
  • Query Google Search Engine Results Pages (SERPs) and retrieve ranked links with snippets for a given search term.
  • Crawl arbitrary websites and retrieve their content in structured form for RAG or document processing.
  • Automate web interactions (form submission, login) on e-commerce or target sites without writing custom code.

Setup pitfalls

  • APIFY_TOKEN and secrets management — the codebase contains multiple secret patterns; inject the token via environment variables, never commit to version control.
  • OAuth vs. token auth — the hosted mcp.apify.com endpoint supports OAuth (recommended for Claude.ai); local stdio mode requires explicit APIFY_TOKEN.
  • SSE transport deprecation — SSE support ends April 1, 2026; update MCP client configurations to use the newer streamable HTTP transport.
  • High-risk runtime — this server makes arbitrary network calls and reads/writes the filesystem; sandbox it if invoking untrusted Apify Actors.
4 credentials detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
20
7.0
Freshness
25%
100
25.0
Adoption
20%
82
16.5
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
61.5
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "apifyactors": {
      "command": "npx",
      "args": [
        "-y",
        "@apify/actors-mcp-server"
      ]
    }
  }
}
📈 Score historylast 33 snapshots
4/30/20266/11/2026 · 33 snapshots
⚙ Maintenance health
55/ 100 · is this project alive?
contributors (1y)29
top contributor share32%
releases (1y)100
last release0d ago
median issue response155.9d
ci✗ none
⛁ Raw data
weekly downloads18k
github stars1k
forks172
open issues133
license✓ present
readme length29797 chars
last publish0d ago
last commit0d ago
last updated1d ago
install verified✗ fail · 20d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points