MCP Catalogs
Home

xiaohongshu-mcp vs akshare-one-mcp

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

xiaohongshu-mcp
by xpzouying
akshare-one-mcp
by zwldarren
Stars★ 13,616★ 172
30d uses13,664
Score5975
Official
Categories
social-mediaBrowser AutomationWeb Scraping
FinanceDeveloper ToolsWeb Scraping
LanguageGoPython
Last committhis month2 mo ago

xiaohongshu-mcp · Summary

MCP server for automating Xiaohongshu operations including content posting, commenting, and user interaction.

akshare-one-mcp · Summary

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

xiaohongshu-mcp · Use cases

  • Automated content publishing to maintain social media presence
  • AI-powered social media management for businesses
  • Content research and analysis through automated search

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

xiaohongshu-mcp · Install

Installation Options

**Option 1: Download Precompiled Binary**

  1. Download the binary for your platform from [GitHub Releases](https://github.com/xpzouying/xiaohongshu-mcp/releases)
  2. Run the login tool first: chmod +x xiaohongshu-login-darwin-arm64 && ./xiaohongshu-login-darwin-arm64
  3. Start the MCP service: chmod +x xiaohongshu-mcp-darwin-arm64 && ./xiaohongshu-mcp-darwin-arm64

**Option 2: Use Docker (Recommended)**

docker pull xpzouying/xiaohongshu-mcp
docker compose up -d```

**Option 3: Build from Source**
1. Clone the repository
2. Run `go run cmd/login/main.go` for login
3. Run `go run .` to start the MCP service

### Claude Desktop Configuration
Add to your `claude_desktop_config.json`:
```json
"mcpServers": {
  "xiaohongshu": {
    "command": "path/to/xiaohongshu-mcp",
    "args": []
  }
}

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.