camofox-mcp vs akshare-one-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
camofox-mcp by redf0x1 | akshare-one-mcp by zwldarren | |
|---|---|---|
| Stars | ★ 61 | ★ 172 |
| 30天用量 | — | 13,664 |
| 综合分 | 47 | 75 |
| 官方 | — | — |
| 分类 | 浏览器自动化网页抓取安全 | 金融数据开发者工具网页抓取 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 本月 | 2 个月前 |
camofox-mcp · 概述
反检测浏览器 MCP 服务器,提供47个自动化工具,可无障碍地进行网页交互。
akshare-one-mcp · 概述
通过 akshare-one API 提供全面的中国股市数据的 MCP 服务器。
camofox-mcp · 使用场景
- 无检测数据抓取用于数据提取任务
- 在有反机器人措施的网站上进行自动化账户管理
- 多标签页工作流程用于复杂的网页交互和研究
akshare-one-mcp · 使用场景
- 金融分析师获取中国股市数据进行研究
- 算法交易系统访问实时市场信息
- 投资应用为用户提供市场数据
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
akshare-one-mcp · 安装
安装
通过 Smithery(推荐)
npx -y @smithery/cli install @zwldarren/akshare-one-mcp --client claude通过 uv
- 如果尚未安装,请先安装 uv
- 将以下内容添加到您的 Claude Desktop 配置中:
{
"mcpServers": {
"akshare-one-mcp": {
"command": "uvx",
"args": ["akshare-one-mcp"]
}
}
}本地开发
- 克隆:
git clone https://github.com/zwldarren/akshare-one-mcp.git - 安装依赖:
uv sync - 在命令中使用
uv run akshare-one-mcp添加到 Claude 配置