What problem does it solve?
This Skill removes the friction of manually running a separate Xiaohongshu (小红书/RedNote) workflow by letting you automate common publish and research tasks through a local MCP server and a Python client.
Core Features & Use Cases
- Publishing content (text, images, video-capable posts): Turn a title and prepared content into a new Xiaohongshu note through the local MCP API.
- Searching and discovering notes/trends: Find notes by keyword and retrieve feed identifiers needed for deeper analysis.
- Analyzing post details and comments: Pull note details (and optionally load comments) for research, benchmarking, or content improvement.
- Managing recommended feeds: Fetch a recommended feed list to guide what to study or share next.
Use case example: Do market research by searching “户外电源”, selecting a promising note from results, then retrieving its full details and top comments to extract positioning, engagement hooks, and audience preferences.
Quick Start
Start the local xiaohongshu-mcp server on http://localhost:18060, then run the Python client to search for notes by keyword.