MCP Catalogs
Home

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 uses13,664
Score4575
Official
Categories
SearchWeb ScrapingBrowser Automation
FinanceDeveloper ToolsWeb Scraping
LanguageTypeScriptPython
Last commit14 mo ago2 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 link

For 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 claude

Via uv

  1. Install uv if you haven't already
  2. Add this to your Claude Desktop config:
{
  "mcpServers": {
    "akshare-one-mcp": {
      "command": "uvx",
      "args": ["akshare-one-mcp"]
    }
  }
}

Local Development

  1. Clone: git clone https://github.com/zwldarren/akshare-one-mcp.git
  2. Install deps: uv sync
  3. Add to Claude config with uv run akshare-one-mcp in the command
Comparison generated from public README + GitHub signals. Last updated automatically.