Apify MCP Server

Active
GitHub TypeScript MIT

Description

MCP server that enables AI agents to extract data from social media, search engines, maps, and e-commerce sites using thousands of Apify scrapers.

Key Features

  • Access to thousands of ready-made scrapers, crawlers, and automation tools from Apify Store
  • OAuth support for one-URL connection from Claude.ai, VS Code, Cursor, and other MCP clients
  • Hosted server at mcp.apify.com with Streamable HTTP transport (SSE deprecated April 2026)
  • Agentic payments via x402 and Skyfire allowing AI agents to pay for Actor runs without API tokens
  • Output schema inference for structured Actor results on the hosted server
  • Local stdio mode via npx for integration with Claude Desktop and command-line tools

Use Cases

💡 Extracting structured data from social media platforms (Facebook, Instagram, Google Maps)
💡 Scraping search engine results pages (SERPs) for competitive analysis and research
💡 Automating e-commerce data collection for price monitoring and market intelligence
💡 Web browsing and RAG pipelines using the RAG Web Browser Actor
💡 Running custom scraping workflows triggered by AI agents via MCP protocol

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (5.8k stars)
  • Permissive open-source license (MIT)

Categories

Quick Start

Connect via hosted server: add https://mcp.apify.com to your MCP client with OAuth → Or run locally: set APIFY_TOKEN env var → npx @apify/actors-mcp-server → Browse available Actors at apify.com/store → Invoke Actors as tools through MCP → Results returned as structured data

Related Projects

Keeper.sh

1.3k · TypeScript
Active B

Calendar sync tool and universal calendar MCP server for aggregating, syncing, and controlling calendars across Google, Outlook, Office 365, iCloud, and CalDAV.

typescriptmcptools +3
  • · Aggregate calendar events from remote iCal or ICS links across multiple sources
  • · Content-agnostic syncing engine with smart push and automatic stale event cleanup
  • · MCP server integration allowing AI agents to read and write calendars directly

Agentic

18.1k · TypeScript
Stale B

Turn any API into a paid MCP service instantly. Helps developers wrap existing APIs into MCP-compatible agent tools for AI agent capability extension.

mcpapiagent +2
  • · Curated MCP marketplace — hand-vetted tools with comprehensive integration tests and evals
  • · First-class MCP support for both publishing and consuming agent tools
  • · HTTP to MCP compatibility layer bridging existing APIs to the MCP protocol

Open MCP Client

1.6k · TypeScript
Active A

An open-source MCP client that provides unified access to Model Context Protocol tools, enabling integration of any MCP server into AI applications with simplified tool calling.

mcptypescripttools +1
  • · Open-source MCP client for unified access to Model Context Protocol tools
  • · Integrates any MCP server into AI applications with simplified tool calling
  • · Separate frontend and agent architecture for clean separation of concerns

Gibberlink

4.9k · TypeScript
Stale B

A protocol where two conversational AI agents switch from English to a sound-level protocol after confirming they are both AI agents, improving inter-agent communication efficiency.

typescriptagentapi +2
  • · AI-to-AI agents switch from English to ggwave sound-level protocol automatically
  • · Won 1st place at 11labs x a16z international hackathon, covered by Forbes and TechCrunch
  • · Built on ggwave data-over-sound library with ElevenLabs conversational AI integration

Related Articles