MCP ConfigsMay 13, 2026·2 min read

Apify MCP Server — 8,000+ Web Scrapers for Agents

Apify MCP Server connects agents to Apify Actors via a hosted endpoint (mcp.apify.com) or local run, turning thousands of web scrapers into callable tools.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Needs Confirmation · 62/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Url
Trust
Trust: Established
Entrypoint
npx @apify/actors-mcp-server --tools actors,docs,apify/rag-web-browser
Universal CLI install command
npx tokrepo install 6c45e855-cfad-5617-b5fb-3660436a827a
Intro

Apify MCP Server connects agents to Apify Actors via a hosted endpoint (mcp.apify.com) or local run, turning thousands of web scrapers into callable tools.

Best for: Agents that need reliable web extraction across many sites without custom scraping code

Works with: MCP clients (Claude Code/Claude.ai/Cursor/VS Code), hosted URL or Node.js local run

Setup time: 5-12 minutes

Key facts (verified)

  • GitHub: 1211 stars · 165 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: npx @apify/actors-mcp-server --tools actors,docs,apify/rag-web-browser.

Main

  • Prefer the hosted endpoint when you want OAuth and the newest features (README calls out structured output schema inference not available in local stdio mode).

  • Use discovery tools first (search-actors, fetch-actor-details) to pick the right Actor and only then run a paid/scraping-heavy call.

  • If you want agents to pay without an API token, README describes x402 and Skyfire flows; start in a sandbox and understand billing before production use.

Source-backed notes

  • README recommends connecting to the hosted server at https://mcp.apify.com for the best experience and latest features.
  • README says the server turns Apify Actors into dynamically discoverable MCP tools and lists example Actors like Google Search and RAG Web Browser.
  • README documents agentic payments (x402 and Skyfire) and notes mcpc supports x402 (npm install -g @apify/mcpc).

FAQ

  • Is the hosted server required?: No — README describes local runs, but recommends hosted for latest features and OAuth.
  • Do I need an Apify API token?: Not always — README describes x402/Skyfire payment modes; OAuth/token are other options.
  • How do I keep scraping costs predictable?: Use discovery first, cap Actor inputs, and treat paid runs as an explicit step in your agent prompt.
🙏

Source & Thanks

Source: https://github.com/apify/apify-mcp-server > License: MIT > GitHub stars: 1211 · forks: 165

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets