X
Xiaohongshu MCP Skill
OpenClaw skill for Xiaohongshu MCP via mcporter
Created 3/27/2026
Updated about 7 hours ago
README
Repository documentation and setup instructions
OpenClaw Xiaohongshu MCP
A local OpenClaw skill for operating Xiaohongshu / RED through a local MCP server and mcporter.
What it includes
- Search Xiaohongshu notes
- Load note details and comments
- Post comments and replies
- Publish image posts
- Use local-image publishing through Docker-mounted
/images - Reusable helper scripts for common workflows
Included files
SKILL.md— skill instructions and trigger descriptionscripts/— helper scripts for search, detail, comment, pick-detail, and publishassets/config/mcporter.json— minimal local mcporter configassets/templates/— publish JSON templatesassets/docker-compose.xiaohongshu-mcp.yml— example local deploymentreferences/setup.md— setup and persistence notes
Quick start
Search
./scripts/xhs-search.sh OpenClaw
Pick from search results and load detail
./scripts/xhs-pick-detail.sh OpenClaw
./scripts/xhs-pick-detail.sh --comments OpenClaw
Publish
./scripts/xhs-publish.sh assets/templates/publish-template-private.json
Notes
- The default config expects a local MCP endpoint at
http://localhost:18060/mcp - For local images, publish container-visible paths such as
/images/demo.png - Keep runtime data out of the repository; see
.gitignore
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/xiaomilizhipeng/xiaohongshu-mcp-skill
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"xiaomilizhipeng-xiaohongshu-mcp-skill": {
"command": "git",
"args": [
"clone",
"https://github.com/xiaomilizhipeng/xiaohongshu-mcp-skill"
]
}
}
}