google-search vs akshare-one-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
google-search by web-agent-master | akshare-one-mcp by zwldarren | |
|---|---|---|
| Stars | ★ 595 | ★ 172 |
| 30天用量 | — | 13,664 |
| 综合分 | 45 | 75 |
| 官方 | — | — |
| 分类 | 搜索网页抓取浏览器自动化 | 金融数据开发者工具网页抓取 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 14 个月前 | 2 个月前 |
google-search · 概述
基于Playwright的Google搜索工具,通过MCP服务器集成绕过反机器人检测。
akshare-one-mcp · 概述
通过 akshare-one API 提供全面的中国股市数据的 MCP 服务器。
google-search · 使用场景
- 使AI助手无需API密钥即可执行实时Google搜索
- 为开发者和研究人员提供付费SERP API的本地替代方案
- 促进从Google搜索结果中进行网页抓取和数据提取
- 支持需要最新网络信息和实时搜索能力的AI应用
akshare-one-mcp · 使用场景
- 金融分析师获取中国股市数据进行研究
- 算法交易系统访问实时市场信息
- 投资应用为用户提供市场数据
google-search · 安装
# 从源码安装
git clone https://github.com/web-agent-master/google-search.git
cd google-search
# 安装依赖
npm install
# 编译TypeScript代码
npm run build
# 全局链接包(MCP功能必需)
npm link对于Claude Desktop集成:
{
"mcpServers": {
"google-search": {
"command": "npx",
"args": ["google-search-mcp"]
}
}
}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 配置