MCP Catalogs
Home

Scrapling vs xiaohongshu-mcp

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

Scrapling
by D4Vinci
xiaohongshu-mcp
by xpzouying
Stars★ 50,346★ 13,616
30d uses
Score6259
Official
Categories
Web ScrapingAI / LLM ToolsDeveloper Tools
social-mediaBrowser AutomationWeb Scraping
LanguagePythonGo
Last committhis monththis month

Scrapling · Summary

Web scraping framework with adaptive parsing and anti-bot capabilities, now integrated as an MCP server.

xiaohongshu-mcp · Summary

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

Scrapling · Use cases

  • Extracting structured data from dynamic websites with changing layouts
  • Large-scale web crawling with automatic proxy rotation and anti-bot bypass
  • Integrating web scraping capabilities into AI agent workflows

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

Scrapling · Install

Installing Scrapling MCP Server

  1. Install the Scrapling package via pip:

``bash pip install scrapling ``

  1. Configure your MCP client to use the Scrapling server. For Claude Desktop, add to claude_desktop_config.json:

``json { "mcpServers": { "scrapling": { "command": "python", "args": ["-m", "scrapling", "mcp"] } } } ``

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": []
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.