MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

X
Xiaohongshu MCP Skill

OpenClaw skill for Xiaohongshu MCP via mcporter

创建于 3/27/2026
更新于 about 4 hours ago
Repository documentation and setup instructions

OpenClaw Xiaohongshu MCP

A local OpenClaw skill for operating Xiaohongshu / RED through a local MCP server and mcporter.

What it includes

  • Search Xiaohongshu notes
  • Load note details and comments
  • Post comments and replies
  • Publish image posts
  • Use local-image publishing through Docker-mounted /images
  • Reusable helper scripts for common workflows

Included files

  • SKILL.md — skill instructions and trigger description
  • scripts/ — helper scripts for search, detail, comment, pick-detail, and publish
  • assets/config/mcporter.json — minimal local mcporter config
  • assets/templates/ — publish JSON templates
  • assets/docker-compose.xiaohongshu-mcp.yml — example local deployment
  • references/setup.md — setup and persistence notes

Quick start

Search

./scripts/xhs-search.sh OpenClaw

Pick from search results and load detail

./scripts/xhs-pick-detail.sh OpenClaw
./scripts/xhs-pick-detail.sh --comments OpenClaw

Publish

./scripts/xhs-publish.sh assets/templates/publish-template-private.json

Notes

  • The default config expects a local MCP endpoint at http://localhost:18060/mcp
  • For local images, publish container-visible paths such as /images/demo.png
  • Keep runtime data out of the repository; see .gitignore
快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/xiaomilizhipeng/xiaohongshu-mcp-skill
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "xiaomilizhipeng-xiaohongshu-mcp-skill": { "command": "git", "args": [ "clone", "https://github.com/xiaomilizhipeng/xiaohongshu-mcp-skill" ] } } }