xhs-mcp-server
A simple and fast MCP server for Xiaohongshu that facilitates automated operations through AI assistants.
The Xiaohongshu MCP server provides a straightforward interface for users to access various tools that enhance their experience on the platform. With a focus on simplicity, users can get started in just a couple of minutes without complex configurations. The server allows for precise data retrieval through pure API calls, making it more reliable than traditional scraping methods. Additionally, it boasts quick execution times, often completing tasks within 1-2 seconds when dealing with smaller data volumes. The server comes with ten built-in MCP tools and supports further development and customization. Users can connect their AI clients using the StreamableHTTP protocol, which allows for enhanced security through customizable authentication headers. The setup process is designed to be user-friendly, enabling anyone to integrate the MCP server into their workflow efficiently.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"xhs-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-xhs-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions