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

@apify/actors-mcp-server

Apify MCP Server

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

What it does

The Apify MCP Server exposes thousands of Apify Actors as tools for AI agents to use. Actors are web scrapers, crawlers, and automation tools that extract data from social media platforms, search engines, maps, e-commerce sites, and general websites. The server supports OAuth for cloud-hosted access via https://mcp.apify.com and token-based authentication for local stdio deployments.

Who it's for

Backend engineers and AI agent developers building systems that need web data extraction. Ideal for teams integrating Claude or other AI assistants into data pipelines, research workflows, or automation systems requiring real-time web scraping and information retrieval.

Common use cases

  • Extract posts and engagement data from Facebook, Instagram, or other social media
  • Scrape Google Search results (SERPs) for SEO research or data collection
  • Extract contact details and business information from Google Maps
  • Perform web searches and scrape top results for retrieval-augmented generation (RAG)
  • Automate data collection from e-commerce sites or general websites

Setup pitfalls

  • Requires APIFY_TOKEN environment variable for local deployments; without it, authentication will fail
  • Package contains 4 detected secrets — do not commit tokens to version control
  • Network access required for all scraping operations; ensure firewall rules permit outbound HTTPS to target websites
  • Filesystem write access needed for data storage and results — run in isolated sandbox; legacy SSE transport removed — use either the hosted endpoint or stdio, not the old /sse suffix
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%
84
16.7
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
61.7
⚿ 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 38 snapshots
4/30/20266/17/2026 · 38 snapshots
⚙ Maintenance health
62/ 100 · is this project alive?
contributors (1y)29
top contributor share30%
releases (1y)100
last release3d ago
ci✗ none
⛁ Raw data
weekly downloads23k
github stars1k
forks173
open issues129
license✓ present
readme length29797 chars
last publish0d ago
last commit0d ago
last updated1d ago
install verified✗ fail · 28d 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