TTokenySpace
返回 Skills 列表

Super Xiaohongshu Mcp Skill 1.0.0

Efficiently manage your Xiaohongshu (小红书/RED) account through a local MCP service. Perform comprehensive platform operations including searching notes, publishing images and videos, liking, commenting

#中文
0

安装到 Tokeny(自动)

下载 ZIP
安装"super-xiaohongshu-mcp-skill-1-0-0"技能
技能信息:
- 名称: Super Xiaohongshu Mcp Skill 1.0.0
- 标识: super-xiaohongshu-mcp-skill-1-0-0
- 描述: Efficiently manage your Xiaohongshu (小红书/RED) account through a local MCP service. Perform comprehensive platform operations including searching notes, publishing images and videos, liking, commenting
- 版本: 1.0.0
下载地址:
https://www.tokeny.space/api/skills/super-xiaohongshu-mcp-skill-1-0-0/download
继续

复制上方内容到 Tokeny 客户端并在会话中发送即可自动安装;也可直接 下载 ZIP并拖动到技能窗口安装。

SKILL.md

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}'
    
  2. 服务未运行时启动

    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

Credits

Based on xpzouying/xiaohongshu-mcp by @xpzouying

评论

加载中…