Super Xiaohongshu Mcp Skill 1.0.0

通过本地MCP服务实现小红书账号的发布、互动与状态监控,支持图文及视频内容操作。

已扫描
适合谁
小红书内容创作者、社交媒体运营人员
不适合谁
无技术基础的普通用户、希望免登录或远程控制账号者
国内可用性
需网络配置。可能需要网络配置或第三方服务可访问。
安装难度
新手友好(★☆☆)。基于终端操作、依赖、API Key 和本地环境要求的初步判断。

安装与下载

openclaw skills install @subaru0573/super-xiaohongshu-mcp-skill-1-0-0

Skill 说明

命令、参数、文件名以原文为准

xiaohongshu-mcp

小红书 MCP 服务操作。

快速开始

  1. 检查服务状态
   curl -s -X POST http://localhost:18060/mcp \
     -H "Content-Type: application/json" \
     -d '{"jsonrpc":"2.0","method":"initialize","params":{},"id":1}'
  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重置登录

内容限制

  • 标题 ≤20 字
  • 正文 ≤1000 字
  • 每日 ≤50 篇
  • 图文流量优于视频

References

  • 首次部署: [references/deploy.md](references/deploy.md) — 下载、登录、启动服务
  • 使用指南: [references/usage.md](references/usage.md) — 工具详解、工作流、运营知识

Credits

Based on [xpzouying/xiaohongshu-mcp](https://github.com/xpzouying/xiaohongshu-mcp) by [@xpzouying](https://github.com/xpzouying)

S
@subaru0573

已收录 4 个 Skill

相关推荐