Apify MCP Server
Give agents thousands of ready-made scrapers and automation tools from Apify Store.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Agents that need structured data from specific sites without writing and hosting scrapers.
You need scraping without an Apify account; Actors run on the Apify platform.
About Apify MCP Server
Apify's official MCP server lets agents run Actors from Apify Store, the platform's ready-made scrapers, crawlers and automation tools, to extract data from social media, search engines, maps, e-commerce and other sites. The recommended hosted endpoint at mcp.apify.com supports OAuth from clients such as Claude.ai and VS Code; a local stdio package is also available.
Apify MCP Server is an open-source project written primarily in TypeScript, with 8.1k stars on GitHub. It was last updated in September 2026.
Add Apify MCP Server to your MCP client
A hosted server: point your client at its URL and complete its sign-in there. In Claude Desktop or claude.ai, add it under Settings → Connectors → Add custom connector instead.
Claude Code
claude mcp add --transport http apify-mcp-server https://mcp.apify.comCursor
{
"mcpServers": {
"apify-mcp-server": {
"url": "https://mcp.apify.com"
}
}
}VS Code
{
"servers": {
"apify-mcp-server": {
"type": "http",
"url": "https://mcp.apify.com"
}
}
}Codex
codex mcp add apify-mcp-server --url https://mcp.apify.comApify MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Apify MCP Serverthis listing | 8.1k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
