# JoeanAmier/XHS-Downloader | Model Context Protocol (MCP) Server > 小红书(XiaoHongShu、RedNote)链接提取/作品采集工具:提取账号发布、收藏、点赞、专辑作品链接;提取搜索结果作品、用户链接;采集小红书作品信息;提取小红书作品下载地址;下载小红书作品文件 - **Stars**: ⭐ 11,732 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "XHS-Downloader": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-XHS-Downloader" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "XHS-Downloader": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-XHS-Downloader" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-XHS-Downloader` - **Docker**: `docker run -i --rm mcp/XHS-Downloader`