reddit-mcp-buddy vs xiaohongshu-mcp
Side-by-side comparison to help you pick between these two MCP servers.
reddit-mcp-buddy by karanb192 | xiaohongshu-mcp by xpzouying | |
|---|---|---|
| Stars | ★ 649 | ★ 13,616 |
| 30d uses | — | — |
| Score | 54 | 59 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationCommunication | social-mediaBrowser AutomationWeb Scraping |
| Language | TypeScript | Go |
| Last commit | 2 mo ago | this month |
reddit-mcp-buddy · Summary
A production-ready MCP server for browsing Reddit with AI assistants, featuring multiple auth tiers and clean data.
xiaohongshu-mcp · Summary
MCP server for automating Xiaohongshu operations including content posting, commenting, and user interaction.
reddit-mcp-buddy · Use cases
- AI assistants browsing Reddit content and discussions in real-time
- Sentiment analysis across multiple subreddits for trending topics
- User profile analysis and activity tracking on Reddit
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
reddit-mcp-buddy · Install
For Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"reddit": {
"command": "npx",
"args": ["-y", "reddit-mcp-buddy"]
}
}
}For Claude Code
claude mcp add --transport stdio reddit-mcp-buddy -s user -- npx -y reddit-mcp-buddyxiaohongshu-mcp · Install
Installation Options
**Option 1: Download Precompiled Binary**
- Download the binary for your platform from [GitHub Releases](https://github.com/xpzouying/xiaohongshu-mcp/releases)
- Run the login tool first:
chmod +x xiaohongshu-login-darwin-arm64 && ./xiaohongshu-login-darwin-arm64 - 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": []
}
}