apify

stdio

Used by 2 plugins

Installs sales-skills, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub salesably/salesably-marketplace
Description

Web scraping and automation tools via Apify platform

Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "apify": {
      "command": "npx",
      "args": [
        "-y",
        "@anthropic/mcp-server-apify"
      ],
      "env": {
        "APIFY_API_TOKEN": "${APIFY_API_TOKEN}"
      }
    }
  }
}

Replace placeholder values for: APIFY_API_TOKEN

Security Considerations
Requires secrets

This MCP server needs API keys or credentials. Configure them in your environment before use.

Command
npx
Access Level
write
Arguments
-y@anthropic/mcp-server-apify
Environment Variables
APIFY_API_TOKEN=${APIFY_API_TOKEN}
Required Secrets
APIFY_API_TOKEN