{
  "id": "apify",
  "name": "Apify Actors",
  "description": "Run any of Apify's 5,000+ Actors (scrapers, automations) from the agent.",
  "docsUrl": "https://docs.apify.com/platform/integrations/mcp",
  "iconBg": "#10b981",
  "keywords": [
    "scraping",
    "automation",
    "crawl",
    "actors"
  ],
  "connectionOptions": [
    {
      "id": "api",
      "provider": "mcp",
      "transport": {
        "kind": "stdio",
        "serverName": "apify",
        "command": "npx",
        "args": [
          "-y",
          "@apify/actors-mcp-server"
        ],
        "envFields": [
          {
            "key": "APIFY_TOKEN",
            "label": "Apify token",
            "type": "password",
            "required": true,
            "helperText": "API token from your Apify account settings.",
            "helperLink": "https://console.apify.com/account/integrations"
          }
        ]
      },
      "auth": {
        "strategy": "api_key"
      }
    }
  ]
}
