Xiaohongshu Search & Comment
JSON →An automated tool to search notes, retrieve content, and post comments on Xiaohongshu (RedBook) using Playwright.
Install
pip install -r Tools · 5
- mcp0_login 登录小红书账号,首次使用需手动扫码登录,后续自动使用保存的登录状态
- mcp0_search_notes 根据关键词搜索小红书笔记,可指定返回结果数量
- mcp0_get_note_content 通过笔记URL获取笔记的详细内容,包括标题、作者、发布时间和正文
- mcp0_get_note_comments 通过笔记URL获取笔记的评论信息,包括评论者、评论内容和评论时间
- mcp0_post_smart_comment 在指定笔记下发布智能评论,支持引流、点赞、咨询、专业四种评论类型
★ 42 GitHub stars