🚀 新版本发布: v2.5.0
📋 更新内容
- docs: 纳管 README_EN 到 all-contributors,并修正名单与微信群二维码 (#806) (6583124)
- fix(log): 4xx 记为 warning,并清理鉴权 PR 的遗留项 (#805) (738d7c2)
- docs: add qiuxsgit as a contributor for code (#804) (5efd160)
- feat(auth): 为 HTTP API 和 MCP 接口增加可选 Token 鉴权 (#803) (16ec75c)
- docs: Update WeChat QR code image in README (da9ba03)
- chore: 移除从未赋值的 post_id 字段,并修正 API 文档 (#795) (98f84ad)
📦 下载说明
主程序(MCP 服务):
- macOS Apple Silicon:
xiaohongshu-mcp-darwin-arm64 - Windows x64:
xiaohongshu-mcp-windows-amd64.exe - Linux x64:
xiaohongshu-mcp-linux-amd64
登录工具:
- macOS Apple Silicon:
xiaohongshu-login-darwin-arm64 - Windows x64:
xiaohongshu-login-windows-amd64.exe - Linux x64:
xiaohongshu-login-linux-amd64
🔧 使用方法
# 1. 首先运行登录工具获取 cookie
./xiaohongshu-login-darwin-arm64
# 2. 然后启动 MCP 服务
./xiaohongshu-mcp-darwin-arm64
# 或指定参数
./xiaohongshu-mcp-darwin-arm64 -headless=false⚠️ 注意事项
- 首次运行时会自动下载无头浏览器(约 150MB),请确保网络连接正常
- 后续运行无需重复下载浏览器
- 登录工具生成的 cookie 保存在
~/.xiaohongshu/cookies.json
📊 构建信息
- Commit: 6583124
- Go Version: 1.24
- Build Time: 2026-08-13T06:13:44Z