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/borye/xiaohongshu-mcpWhat This Skill Does
The xiaohongshu-mcp skill is a powerful automation bridge that enables users to interact with Xiaohongshu (RedNote) programmatically. By leveraging the xpzouying/xiaohongshu-mcp server, it provides a secure environment for managing account activities, scraping market intelligence, and automating content publication. It acts as an interface between your local environment and the Xiaohongshu platform, allowing for seamless execution of content strategies and deep data analysis.
Installation
- Install the skill via terminal:
clawhub install openclaw/skills/skills/borye/xiaohongshu-mcp. - Download the appropriate binary for your OS from the GitHub Releases page.
- Grant execution permissions using
chmod +x <filename>. - Initialize the session by running the login binary and scanning the QR code with your mobile app.
- Start the MCP server using the binary; ensure it is running in the background before issuing commands via the Python client.
Use Cases
- Market Research: Aggregate trending content and hashtags within specific niches to inform product development.
- Content Scheduling: Automate the batch publishing of image and text-based notes to maintain a consistent posting cadence.
- Sentiment Analysis: Analyze comment sections and interaction patterns of viral posts to gauge audience reception.
- Competitor Monitoring: Automatically fetch data from competitor feeds to track their growth strategies and top-performing content.
Example Prompts
- "Search for the top 5 trending posts regarding 'sustainable fashion' on Xiaohongshu and summarize the most frequent keywords used in their descriptions."
- "Publish a new note with the title 'Morning Coffee Routine' and body content 'Starting my day with the perfect brew!' using the image located at /path/to/coffee.jpg."
- "Check my current session status to ensure the MCP server is connected, then fetch my personalized recommendation feed."
Tips & Limitations
- Session Integrity: Avoid logging into your Xiaohongshu account on multiple browsers or devices simultaneously, as this frequently leads to session invalidation and login failure.
- Headless Mode: Use the
-headless=falseflag during initial setup to debug authentication issues; once stable, switch to headless mode to reduce resource consumption. - Rate Limiting: Be mindful of platform rate limits; do not attempt to scrape thousands of posts in a short burst to avoid account shadowbanning or IP restrictions. Always use moderate delays in your automation scripts.
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-borye-xiaohongshu-mcp": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api