XHS-Downloader
Verified Safeby JoeanAmier
Overview
A tool for extracting links and downloading watermark-free images and videos from Xiaohongshu (RedNote), supporting multiple operational modes including a server-based MCP interface.
Installation
docker run --name xhs-downloader-mcp -p 5556:5556 -v xhs_downloader_volume:/app/Volume -it joeanamier/xhs-downloader python main.py mcpSecurity Notes
The tool uses `rookiepy` to extract browser cookies, which may require administrator privileges on some operating systems and could expose sensitive user data if not used carefully. When a proxy is configured for HTTP requests, `httpx` is configured with `verify=False`, which disables SSL certificate verification and can make connections vulnerable to Man-in-the-Middle (MITM) attacks if the proxy is untrusted. The project's JavaScript userscript is obfuscated, which, while not part of the Python server, raises a general concern about transparency in the overall project ecosystem.
Similar Servers
xiaohongshu-mcp
Automate content creation, publishing, and interaction (search, detail, comment, like, favorite) on the Xiaohongshu platform via Model Context Protocol (MCP) and HTTP APIs, primarily for AI agent integration.
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.
RedNote-MCP
Access and interact with Xiaohongshu (RedNote) content through Model Context Protocol (MCP) by automating browser interactions.
html-to-markdown-mcp
Converts HTML content from web pages or raw strings into Markdown format, with options for including metadata, truncating content, and saving to files.