apify/apify-mcp-server

The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 10th, 2026
Created on January 2nd, 2025
Open Issues & Pull Requests: 155 (+0)
GitHub issues: Enabled
Number of forks: 261
Total Stargazers: 6,876 (+8)
Total Subscribers: 26 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.4 days
Mean response time: 21.1 days
90th percentile: 79.6 days
Tracked items: 449

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 36% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "debt" is answered fastest, typically in about 2 days, while "medium priority" waits about 3 weeks. 14% of tracked open issues have had no activity in three months. Only 10% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 142
New in 7 days: 18
Closed in 7 days: 3
Avg open age: 75 days
Stale 30+ days: 60
Stale 90+ days: 21

Recent activity

Opened in 7 days: 18
Closed in 7 days: 3
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • t-ai (463)
  • enhancement (48)
  • bug (39)
  • high priority (31)
  • t-ext-dx-heroes (31)
  • debt (21)
  • medium priority (16)
  • good first issue (7)

Detailed Description

Apify MCP Server is a Model Context Protocol server that enables AI agents to extract data from websites using ready-made scrapers, crawlers, and automation tools.

The tool solves the problem of integrating web data extraction into AI agent workflows. It provides access to thousands of pre-built actors available on the Apify Store, which can scrape social media, search engines, maps, e-commerce sites, and other websites. Rather than building custom scrapers, agents can invoke these existing tools through the MCP interface. The server supports OAuth authentication, allowing connection from AI clients like Claude.ai or Visual Studio Code using just a URL. A hosted version at mcp.apify.com is recommended for the best experience, as it includes features like output schema inference for structured results that are not available in local stdio deployments.

Adoption is most suitable for developers building AI agents that need reliable web data extraction capabilities without implementing scrapers from scratch. The tool works with any MCP-compatible client, including Claude Code, Claude.ai, Cursor, and VS Code. Teams should choose this if they want to leverage Apify's existing actor ecosystem rather than maintain custom scraping infrastructure. The project supports multiple payment models for running actors, including agentic payments through AGI tokens, direct per-request payments for specific actors, and Skyfire integration.

The project maintains active development with a build status pipeline and regular updates to the codebase. The tool has undergone significant evolution, including removal of legacy SSE transport in favor of Streamable HTTP, indicating ongoing refinement of its core architecture. The project is distributed as an npm package and actively maintained with compatibility across multiple AI development environments.