Apify MCP Server

Browser Automationstdiohttp-streamingv0.5.0
Repository

Official Apify MCP server that gives AI agents access to thousands of Actors for web scraping and automation. Agents can run Actors to extract data from websites, search engines, social platforms, and maps, then retrieve structured results from the dataset, enabling rich web research and data collection.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

Taşıma:
{
  "mcpServers": {
    "apify": {
      "command": "npx",
      "args": [
        "-y",
        "@apify/actors-mcp-server"
      ],
      "env": {
        "APIFY_TOKEN": "<YOUR_APIFY_TOKEN>"
      }
    }
  }
}

Araçlar (2)

run_actor

Run an Apify Actor with the given input and wait for results.

{
  "type": "object",
  "required": [
    "actor_id",
    "input"
  ],
  "properties": {
    "input": {
      "type": "object",
      "description": "Actor input configuration"
    },
    "actor_id": {
      "type": "string",
      "description": "Actor identifier (e.g., apify/web-scraper)"
    }
  }
}

get_dataset_items

Retrieve items from an Actor run's dataset.

{
  "type": "object",
  "required": [
    "dataset_id"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "description": "Maximum number of items to return"
    },
    "dataset_id": {
      "type": "string",
      "description": "Dataset ID returned by an Actor run"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Apify (@apify)
Repository
https://github.com/apify/actors-mcp-server
Lisans
Apache-2.0
Sürüm
0.5.0
Yıldızlar
1,100
Son güncelleme
24 Haziran 2026