来源信息
- 仓库
- RabbitAI-Lab/rabbit-plugins-mcp
- 最近来源活动
- 2026年7月26日 14:08
- 检测到的 SKILL.md 语言
- 中文
- 星标
- 0
- 分支
- 0
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- apify-actors-zh
- description
- Apify Actors 爬虫与自动化平台。适用于需要爬虫平台的 MCP 场景。
# apify-actors
Apify Actors 爬虫与自动化平台
## 何时使用
- 通过 MCP 客户端使用 **apify-actors**
- apify-actors 所支持的浏览器自动化相关任务
- 用 `claude mcp add` 或 `.mcp.json` 注册 apify-actors
## 安装
apify-actors 是 stdio 传输的 MCP 服务器。注册到 Claude Code:
```bash
claude mcp add apify-actors -- npx apify-mcp-server
```
或写入 `.mcp.json`:
```json
{
"mcpServers": {
"apify-actors": {
"command": "npx",
"args": [
"apify-mcp-server"
]
}
}
}
```
引导式安装脚本见 `scripts/install.sh`。
## 验证
```bash
claude mcp list
```
## 详情
- **服务器**: `apify-actors`
- **维护方**: Apify
- **协议**: stdio
- **分类**: 浏览器自动化
- **推荐度**: 可选
- **核心功能**: 爬虫平台
在 GitHub 查看