setup-xhs-mcp

Installation
SKILL.md

项目仓库:https://github.com/xpzouying/xiaohongshu-mcp

执行流程

1. 检测服务状态

检查 xiaohongshu-mcp 是否已在运行(注意:MCP 端点只接受 POST,GET 会返回 405,不能用 -f 判断):

curl -so /dev/null http://localhost:18060/mcp && echo "running" || echo "not running"
  • 已运行 → 记录地址 http://localhost:18060/mcp,跳到步骤 3
  • 未运行 → 询问用户:服务是否部署在其他地址/端口?
    • 用户提供地址 → 验证可达后跳到步骤 3
    • 未部署 → 进入步骤 2

2. 部署服务

Related skills
Installs
3
GitHub Stars
207
First Seen
Mar 24, 2026