[ MCP_NODE_3899 ]

apify

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Extract data from social media, search engines, maps, and e-commerce sites using Apify’s ready-made scrapers and actors via MCP.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "apify-en": {
            "description": "Extract data from social media, search engines, maps, and e-commerce sites using Apify's ready-made scrapers and actors via MCP.",
            "command": "npx",
            "args": [
                "-y",
                "@apify/actors-mcp-server"
            ],
            "env": {
                "APIFY_TOKEN": "<your-apify-token>"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.