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 of ready-made scrapers, crawlers, and automa
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# Apify MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/apify/apify-mcp-server#readme
#
# 2. Add it to Claude Code:
claude mcp add apify -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "apify-mcp-server": { "command": "<...>", "args": ["<...>"] }
# }
# }