MCP Catalogs
Home

next-devtools-mcp vs xiaohongshu-mcp

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

next-devtools-mcp
by vercel
xiaohongshu-mcp
by xpzouying
Stars★ 747★ 13,616
30d uses
Score5459
Official
Categories
Developer ToolsBrowser AutomationAI / LLM Tools
social-mediaBrowser AutomationWeb Scraping
LanguageTypeScriptGo
Last commit2 mo agothis month

next-devtools-mcp · Summary

Next.js DevTools MCP server providing development tools and utilities for Next.js applications.

xiaohongshu-mcp · Summary

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

next-devtools-mcp · Use cases

  • Diagnose runtime errors and issues in Next.js applications
  • Automate browser testing of Next.js applications using Playwright
  • Search and retrieve official Next.js documentation and guides
  • Upgrade and migrate Next.js applications to newer versions

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

next-devtools-mcp · Install

Installation

Using add-mcp CLI:

npx add-mcp next-devtools-mcp@latest

Manual installation:

{
  "mcpServers": {
    "next-devtools": {
      "command": "npx",
      "args": ["-y", "next-devtools-mcp@latest"]
    }
  }
}

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.