fetch vs camofox-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
fetch by modelcontextprotocol | camofox-mcp by redf0x1 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 61 |
| 30天用量 | — | — |
| 综合分 | 76 | 47 |
| 官方 | ✓ | — |
| 分类 | 网页抓取AI / LLM 工具效率工具 | 浏览器自动化网页抓取安全 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
fetch · 概述
一个MCP服务器,抓取网页内容并将HTML转换为Markdown,让大模型能读取网页信息。
camofox-mcp · 概述
反检测浏览器 MCP 服务器,提供47个自动化工具,可无障碍地进行网页交互。
fetch · 使用场景
- 大模型阅读新闻文章和博客
- 网页内容分析
- 从公共网站检索信息
- 分块读取大型网页文档
camofox-mcp · 使用场景
- 无检测数据抓取用于数据提取任务
- 在有反机器人措施的网站上进行自动化账户管理
- 多标签页工作流程用于复杂的网页交互和研究
fetch · 安装
安装
**使用uv(推荐)** 无需特定安装。使用uvx直接运行服务器:
uvx mcp-server-fetch**使用PIP** 通过pip安装:
pip install mcp-server-fetch然后运行:
python -m mcp_server_fetchClaude桌面配置
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}camofox-mcp · 安装
通过运行浏览器服务器和 MCP 服务器组件来安装 CamoFox MCP:
- 启动浏览器服务器:
npx camofox-browser@latest
- 将 CamoFox MCP 添加到您的 MCP 客户端(Claude Desktop 示例):
{
"servers": {
"camofox": {
"type": "stdio",
"command": "npx",
"args": ["-y", "camofox-mcp@latest"],
"env": {
"CAMOFOX_URL": "http://localhost:9377"
}
}
}
}使用以下命令验证连接:curl -fsS http://localhost:9377/health