Apify MCP Server

Browser Automationstdiohttp-streamingv0.5.0
代码仓库

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.

连接

将此配置添加到 .claude/mcp.json

传输方式:
{
  "mcpServers": {
    "apify": {
      "command": "npx",
      "args": [
        "-y",
        "@apify/actors-mcp-server"
      ],
      "env": {
        "APIFY_TOKEN": "<YOUR_APIFY_TOKEN>"
      }
    }
  }
}

工具 (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"
    }
  }
}

资源

此服务器未提供任何资源。

提示词

此服务器未提供任何提示词。

服务器信息

作者
Apify (@apify)
代码仓库
https://github.com/apify/actors-mcp-server
许可证
Apache-2.0
版本
0.5.0
星标
1,100
最后更新
2026年6月24日