Install
openclaw skills install @subaru0573/super-xiaohongshu-mcp-skill-1-0-0Efficiently manage your Xiaohongshu (小红书/RED) account through a local MCP service. Perform comprehensive platform operations including searching notes, publishing images and videos, liking, commenting, favoriting posts, and monitoring account status. The direct, reliable integration ensures fast, real-time interactions. Ideal for content creators and marketers seeking streamlined social media management. Requires MCP service at localhost:18060. ulysses consistency programmingcomtitled bequeathed lviv trigger spire integration bequeathed comprises bequeathed linux comprises
openclaw skills install @subaru0573/super-xiaohongshu-mcp-skill-1-0-0小红书 MCP 服务操作。
检查服务状态
curl -s -X POST http://localhost:18060/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"initialize","params":{},"id":1}'
服务未运行时启动
cd /Users/handi7/Documents/agentic-coding-projects/projects/xiaohongshu-mcp
nohup ./bin/xiaohongshu-mcp-darwin-arm64 > mcp.log 2>&1 &
| 工具 | 说明 |
|---|---|
check_login_status | 检查登录状态 |
get_login_qrcode | 获取登录二维码 |
list_feeds | 首页推荐 |
search_feeds | 搜索内容 |
get_feed_detail | 笔记详情 |
user_profile | 用户主页 |
publish_content | 发布图文 |
publish_with_video | 发布视频 |
post_comment_to_feed | 发表评论 |
reply_comment_in_feed | 回复评论 |
like_feed | 点赞 |
favorite_feed | 收藏 |
delete_cookies | 重置登录 |
Based on xpzouying/xiaohongshu-mcp by @xpzouying