xiaohongshu-mcp
Automate Xiaohongshu (RedNote) content operations using a Python client for the xiaohongshu-mcp server. Use for: (1) Publishing image, text, and video content, (2) Searching for notes and trends, (3) Analyzing post details and comments, (4) Managing user profiles and content feeds. Triggers: xiaohongshu automation, rednote content, publish to xiaohongshu, xiaohongshu search, social media management.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/babado800/xiaohongshu-mcp-1-0-0What This Skill Does
The xiaohongshu-mcp skill is a powerful automation tool designed to bridge OpenClaw with Xiaohongshu (RedNote), the leading lifestyle and social commerce platform in China. By utilizing the xpzouying/xiaohongshu-mcp server, this skill enables seamless programmatic interaction with the platform. You can automate the publication of rich media content, perform deep market research through keyword trend analysis, retrieve detailed post analytics, and monitor user feeds. It operates by maintaining a local authenticated session, allowing the agent to perform actions on behalf of a user account securely and efficiently.
Installation
Installation requires two primary phases: setting up the underlying MCP server and configuring the Python client script within your OpenClaw environment. First, navigate to the xpzouying/xiaohongshu-mcp GitHub repository and download the binary corresponding to your operating system. Provide execution permissions using chmod +x <filename>. Execute the login utility to link your mobile account via QR code. Once authenticated, keep the server process running on http://localhost:18060. Finally, use the OpenClaw command: clawhub install openclaw/skills/skills/babado800/xiaohongshu-mcp-1-0-0 to register the interface. Ensure the scripts/xhs_client.py is accessible by your agent runtime path.
Use Cases
This skill is perfect for social media managers and growth hackers. Use it to conduct competitive analysis by fetching high-performing notes for specific keywords or hashtags. It automates repetitive content posting, ensuring a consistent brand presence without manual manual overhead. You can also use it to scrape interaction data, such as comment sentiment and engagement metrics, which provides actionable insights for content strategy refinement. Agencies can use it to manage multi-account feeds, effectively tracking brand mentions and community trends in real-time.
Example Prompts
- "Check my Xiaohongshu login status and then search for the latest 'organic skincare' trends to summarize the top 3 note titles."
- "Publish a new post with the title 'Morning Routine Essentials' and the content provided in my draft file using the images located at ~/assets/routine.jpg."
- "Fetch the feed details for my account and list the current top 5 recommendations."
Tips & Limitations
To ensure smooth operation, never log into your Xiaohongshu account on a web browser while the MCP server is active, as session tokens are sensitive to concurrent browser logins. Always prefer headless mode for production tasks to save system resources. Be mindful of platform rate limits; excessive, rapid-fire requests can lead to temporary account restrictions or shadow-banning. When publishing content, ensure image paths are absolute and accessible by the server. Regularly update your binary if you experience connectivity issues, as Xiaohongshu frequently updates its internal security protocols.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-babado800-xiaohongshu-mcp-1-0-0": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api