download_note_images
Save every image from a Xiaohongshu note to a local directory, including carousel images, and automatically compress them to reduce storage usage. Get file paths as output.
Instructions
下载笔记的所有图片并保存到本地 ~/.mcp/rednote/images/{noteId}/ 目录,返回文件路径列表。包括轮播图中的所有图片。图片会自动压缩以节省存储空间。重要:必须使用从 get_favorites_list 或 search_notes_by_keyword 返回的带 xsec_token 参数的完整 URL,否则可能访问失败。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteUrl | Yes | 笔记 URL(必须是从收藏夹或搜索结果中获取的带 xsec_token 参数的完整 URL) | |
| imageQuality | No | 图片压缩质量 50-95(默认 75) | |
| maxImageSize | No | 图片最大尺寸(像素,默认 1920) | |
| compressImages | No | 是否压缩图片(默认 true) |