google-search vs akshare-one-mcp
Side-by-side comparison to help you pick between these two MCP servers.
google-search by web-agent-master | akshare-one-mcp by zwldarren | |
|---|---|---|
| Stars | ★ 595 | ★ 172 |
| 30d uses | — | 13,664 |
| Score | 45 | 75 |
| Official | — | — |
| Categories | SearchWeb ScrapingBrowser Automation | FinanceDeveloper ToolsWeb Scraping |
| Language | TypeScript | Python |
| Last commit | 14 mo ago | 2 mo ago |
google-search · Summary
Playwright-based Google search tool with MCP server integration that bypasses anti-bot detection.
akshare-one-mcp · Summary
MCP server providing comprehensive Chinese stock market data through akshare-one API.
google-search · Use cases
- Enabling AI assistants to perform real-time Google searches without API keys
- Providing a local alternative to paid SERP APIs for developers and researchers
- Facilitating web scraping and data extraction from Google search results
- Supporting AI applications that need current web information and real-time search capabilities
akshare-one-mcp · Use cases
- Financial analysts retrieving Chinese stock data for research
- Algorithmic trading systems accessing real-time market information
- Investment applications providing market data to users
google-search · Install
# Install from source
git clone https://github.com/web-agent-master/google-search.git
cd google-search
# Install dependencies
npm install
# Compile TypeScript code
npm run build
# Link package globally (required for MCP functionality)
npm linkFor Claude Desktop integration:
{
"mcpServers": {
"google-search": {
"command": "npx",
"args": ["google-search-mcp"]
}
}
}akshare-one-mcp · Install
Installation
Via Smithery (Recommended)
npx -y @smithery/cli install @zwldarren/akshare-one-mcp --client claudeVia uv
- Install uv if you haven't already
- Add this to your Claude Desktop config:
{
"mcpServers": {
"akshare-one-mcp": {
"command": "uvx",
"args": ["akshare-one-mcp"]
}
}
}Local Development
- Clone:
git clone https://github.com/zwldarren/akshare-one-mcp.git - Install deps:
uv sync - Add to Claude config with
uv run akshare-one-mcpin the command