MCP Catalogs
Home

camofox-mcp vs akshare-one-mcp

Side-by-side comparison to help you pick between these two MCP servers.

camofox-mcp
by redf0x1
akshare-one-mcp
by zwldarren
Stars★ 61★ 172
30d uses13,664
Score4775
Official
Categories
Browser AutomationWeb ScrapingSecurity
FinanceDeveloper ToolsWeb Scraping
LanguageTypeScriptPython
Last committhis month2 mo ago

camofox-mcp · Summary

Anti-detection browser MCP server with 47 automation tools for web interactions without blocking.

akshare-one-mcp · Summary

MCP server providing comprehensive Chinese stock market data through akshare-one API.

camofox-mcp · Use cases

  • Web scraping without detection for data extraction tasks
  • Automated account management on websites with anti-bot measures
  • Multi-tab workflows for complex web interactions and research

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

camofox-mcp · Install

Install CamoFox MCP by running both the browser server and MCP server components:

  1. Start the browser server: npx camofox-browser@latest
  1. Add CamoFox MCP to your MCP client (example for Claude Desktop):
{
  "servers": {
    "camofox": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "camofox-mcp@latest"],
      "env": {
        "CAMOFOX_URL": "http://localhost:9377"
      }
    }
  }
}

Verify connection with: curl -fsS http://localhost:9377/health

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.