Back to MCP Servers
🔌

apify/actors-mcp-server

MITAPI key required

📇 ☁️ - Use 3,000+ pre-built cloud tools, known as Actors, to extract data from websites, e-commerce, social media, search engines, maps, and more

TypeScriptSearch

Install

npx -y @apify/actors-mcp-server

Required environment variables

APIFY_TOKENSet in your MCP config
YOUR_SKYFIRE_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "apify-actors-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@apify/actors-mcp-server"
      ],
      "env": {
        "APIFY_TOKEN": "<YOUR_APIFY_TOKEN>",
        "YOUR_SKYFIRE_API_KEY": "<YOUR_YOUR_SKYFIRE_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.