Back to Apps
Apify MCP Server
Supports UIby apify
Turn thousands of Apify web scrapers and automation Actors into AI tools for data extraction.
0 stars
Works in:VS Code CopilotCursor
Exposes:ToolsResourcesPrompts
What it does
The Apify MCP Server bridges AI agents to the Apify Store, allowing them to use thousands of ready-made scrapers and crawlers to extract data from social media, maps, e-commerce, and any website.
Key features
- Dynamic Actor Discovery: Find and add new scraping tools on the fly using
search-actors. - Structured Data: Automatically handles input/output schemas for complex web extraction tasks.
- Agentic Payments: Integration with Skyfire allows AI agents to pay for Actor runs autonomously.
- Broad Compatibility: Works across major MCP clients including Claude, Cursor, and VS Code.
Installation
For Claude Desktop, add the following to your configuration:
{
"mcpServers": {
"apify": {
"command": "npx",
"args": ["-y", "@apify/actors-mcp-server"],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}
Alternatively, use the hosted endpoint: https://mcp.apify.com
Supported hosts
- Claude.ai (web)
- Claude Desktop
- VS Code (Genie)
- Cursor
- OpenCode
Quick install
npx -y @apify/actors-mcp-serverInformation
- Pricing
- freemium
- Published
- 4/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add https://mcp.apify.com to MCP settingsclaude-ai
https://mcp.apify.comClaude Desktop
{"mcpServers": {"apify": {"command": "npx", "args": ["-y", "@apify/actors-mcp-server"], "env": {"APIFY_TOKEN": "your-apify-token"}}}}VS Code Copilot
Add @apify/actors-mcp-server to settings.json






