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 uses | — | 13,664 |
| Score | 47 | 75 |
| Official | — | — |
| Categories | Browser AutomationWeb ScrapingSecurity | FinanceDeveloper ToolsWeb Scraping |
| Language | TypeScript | Python |
| Last commit | this month | 2 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:
- Start the browser server:
npx camofox-browser@latest
- 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 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