xiaohongshu-mcp
SKILL.md
xiaohongshu-mcp
小红书 MCP 服务操作。
快速开始
-
检查服务状态
curl -s -X POST http://localhost:18060/mcp \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"initialize","params":{},"id":1}' -
服务未运行时启动
cd /Users/handi7/Documents/agentic-coding-projects/projects/xiaohongshu-mcp nohup ./bin/xiaohongshu-mcp-darwin-arm64 > mcp.log 2>&1 &