Back to MCP Servers

Apify

Extract data from websites, social media, search engines, maps, and e-commerce using thousands of ready-made scrapers and actors

scrapingapifyautomationdata-extractioncommunity

Installation

npx @apify/mcp-server

Configuration

{
  "mcpServers": {
    "apify": {
      "command": "npx",
      "args": ["-y", "@apify/mcp-server"],
      "env": {
        "APIFY_TOKEN": "your-apify-api-token"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub