Skip to content

xiaohongshu-mcp-skill

Verified

Operate Xiaohongshu (小红书/RED) via local MCP service. Use when user wants to search notes, publish content (image/video), interact with posts (like/comment/fa...

606

Install

Claude Code

Add to .claude/skills/

About This Skill

Content available in Chinese

# xiaohongshu-mcp

小红书 MCP 服务操作。

快速开始

  1. 检查服务状态
  2. ```bash
  3. curl -s -X POST http://localhost:18060/mcp \
  4. -H "Content-Type: application/json" \
  5. -d '{"jsonrpc":"2.0","method":"initialize","params":{},"id":1}'
  6. ```
  1. 服务未运行时启动
  2. ```bash
  3. cd /Users/handi7/Documents/agentic-coding-projects/projects/xiaohongshu-mcp
  4. nohup ./bin/xiaohongshu-mcp-darwin-arm64 > mcp.log 2>&1 &
  5. ```

可用工具

| 工具 | 说明 | |------|------| | `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/usage.md — 工具详解、工作流、运营知识

Credits

Based on xpzouying/xiaohongshu-mcp by @xpzouying

Use Cases

  • Search Xiaohongshu notes and content via local MCP service
  • Publish image and video content to Xiaohongshu programmatically
  • Manage Xiaohongshu account operations through AI agent workflows
  • Build automated content publishing pipelines for Xiaohongshu
  • Monitor and analyze Xiaohongshu content performance via MCP

Pros & Cons

Pros

  • + Local MCP service avoids cloud dependencies for Xiaohongshu operations
  • + Full lifecycle support — search, publish, and manage content
  • + Supports both image and video content publishing

Cons

  • - Xiaohongshu automation may violate platform Terms of Service
  • - Local service requires setup and maintenance

Frequently Asked Questions

What does xiaohongshu-mcp-skill do?

Operate Xiaohongshu (小红书/RED) via local MCP service. Use when user wants to search notes, publish content (image/video), interact with posts (like/comment/fa...

What platforms support xiaohongshu-mcp-skill?

xiaohongshu-mcp-skill is available on Claude Code, OpenClaw.

What are the use cases for xiaohongshu-mcp-skill?

Search Xiaohongshu notes and content via local MCP service. Publish image and video content to Xiaohongshu programmatically. Manage Xiaohongshu account operations through AI agent workflows.

Stay Updated on Agent Skills

Get weekly curated skills + safety alerts