xiaohongshu-mcp-integration

Automates Xiaohongshu content publishing, search, and engagement through an MCP server.

7|2|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/mcp-skills --skill xiaohongshu-mcp-integration-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: xiaohongshu-mcp-integration
Source: https://github.com/reason-machines/mcp-skills/tree/main/skills/xiaohongshu-mcp-integration
Command: npx skills add https://github.com/reason-machines/mcp-skills --skill xiaohongshu-mcp-integration-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing Xiaohongshu (Little Red Book) accounts manually is time-consuming for creators and marketers who need to publish posts, search content, and handle interactions at scale. This Skill exposes the platform's operations as MCP tools so AI agents can automate the entire content workflow programmatically. ## Core Features & Use Cases - Content Publishing: Create image posts (title ≤20 chars, content ≤1000 chars) and video posts with tags, privacy settings, and scheduled times. - Content Discovery: Search posts by keyword, retrieve recommendation feeds, and fetch post details with engagement metrics and comments. - Engagement Automation: Like, favorite, comment, and reply to comments, plus retrieve user profiles and their posts. - Use Case: A social media manager searches trending topics in their niche, analyzes the top posts' engagement metrics, then publishes optimized image notes on a schedule while respecting the ~50 posts/day account limit. ## Quick Start Ask the agent to check Xiaohongshu login status, then search for posts about a keyword and publish an image note with a title, description, and local image paths.

Frequently Asked Questions about xiaohongshu-mcp-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish a post to Xiaohongshu programmatically?▼

Use the xhs_create_image_note MCP tool with a title (max 20 characters), description (max 1000 characters), local image paths or URLs, and tags. For videos, use xhs_create_video_note, which only accepts local video files.

What is the xiaohongshu-mcp server used for?▼

It is a Model Context Protocol server that gives AI agents programmatic access to Xiaohongshu. It supports login management, image and video publishing, keyword search, recommendation feeds, comments, likes, favorites, and user profile retrieval.

Does xiaohongshu-mcp work with Claude Desktop?▼

Yes, add the server to claude_desktop_config.json under mcpServers with the command pointing to the xiaohongshu-mcp binary. Run the separate login tool first to authenticate before starting the MCP server.

What are the content limits when posting to Xiaohongshu?▼

Titles must be 20 characters or fewer and content must be 1000 characters or fewer. Each account is limited to roughly 50 posts per day, and only one web session can be logged in at a time.

Why does my Xiaohongshu session keep logging out?▼

Sessions expire over time and require re-authentication by running the login tool again. Logging in from multiple web browsers simultaneously also invalidates the session, though the mobile app can be used in parallel.

Can I upload images from URLs to Xiaohongshu posts?▼

HTTP and HTTPS image URLs are supported, but local absolute file paths are recommended for reliability. Video posts only accept local files and do not support remote URLs.