← Back to Skills Marketplace
palmpalm7

xiaohongshu-mcp-skill

by Andy Xie · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
5737
Downloads
11
Stars
29
Active Installs
1
Versions
Install in OpenClaw
/install xiaohongshu-mcp-skill
Description
Operate Xiaohongshu (小红书/RED) via local MCP service. Use when user wants to search notes, publish content (image/video), interact with posts (like/comment/fa...
README (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

Usage Guidance
Install only if you trust the upstream xiaohongshu-mcp project and are comfortable giving a local service control of your Xiaohongshu account. Verify downloaded binaries, protect cookies.json with restrictive permissions outside shared or committed directories, keep tool auto-approval off, require manual confirmation before publishing/commenting/liking/favoriting/resetting cookies, and stop the background service when finished.
Capability Analysis
Type: OpenClaw Skill Name: xiaohongshu-mcp-skill Version: 1.0.0 The skill is classified as suspicious due to its reliance on direct execution of shell commands and handling of sensitive data. It instructs the AI agent to download and execute external binaries from GitHub (`xpzouying/xiaohongshu-mcp`) and run them locally via `nohup` in `SKILL.md` and `references/deploy.md`. While these actions are for the stated purpose of operating a local Xiaohongshu MCP service, they involve executing untrusted code and managing local `cookies.json` files, which is inherently risky. The hardcoded developer-specific path (`/Users/handi7/Documents/agentic-coding-projects/projects/xiaohongshu-mcp`) in the execution instructions also indicates a lack of robustness and potential for unintended behavior on different systems, highlighting a vulnerability rather than malicious intent.
Capability Assessment
Purpose & Capability
The stated purpose matches the documented capabilities, including search, account status, publishing image/video posts, commenting, replying, liking, favoriting, and resetting cookies; those are high-impact live account actions.
Instruction Scope
The guides list public/account-mutating workflows, including batch interaction, but do not clearly require explicit user confirmation or explain rollback limits before posts, comments, likes, favorites, or cookie deletion occur.
Install Mechanism
Setup instructs users to download and execute upstream prebuilt binaries from GitHub, run a login helper, and includes a developer-specific absolute path that could confuse deployment on other systems.
Credentials
Local cookies.json storage and browser automation are expected for this integration, but the docs do not sufficiently treat cookies.json as session credential material or give permission, storage, or exposure-response guidance.
Persistence & Privilege
The MCP server is run with nohup as a background service on localhost:18060 while authenticated to the user's account; stop commands are documented, but runtime authority remains broad and persistent.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaohongshu-mcp-skill
  3. After installation, invoke the skill by name or use /xiaohongshu-mcp-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 小红书 MCP 本地部署技能,基于 xpzouying/xiaohongshu-mcp,支持搜索、发布、互动等 13 个工具
Metadata
Slug xiaohongshu-mcp-skill
Version 1.0.0
License
All-time Installs 32
Active Installs 29
Total Versions 1
Frequently Asked Questions

What is xiaohongshu-mcp-skill?

Operate Xiaohongshu (小红书/RED) via local MCP service. Use when user wants to search notes, publish content (image/video), interact with posts (like/comment/fa... It is an AI Agent Skill for Claude Code / OpenClaw, with 5737 downloads so far.

How do I install xiaohongshu-mcp-skill?

Run "/install xiaohongshu-mcp-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is xiaohongshu-mcp-skill free?

Yes, xiaohongshu-mcp-skill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does xiaohongshu-mcp-skill support?

xiaohongshu-mcp-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created xiaohongshu-mcp-skill?

It is built and maintained by Andy Xie (@palmpalm7); the current version is v1.0.0.

💬 Comments