# SocialDataX 小红书 Xiaohongshu XHS RedNote MCP MCP server

小红书/Xiaohongshu/XHS/RedNote note search, hot list, details, comments/replies, creator profiles.

## Links
- Registry page: https://www.getdrio.com/mcp/com-52choujiang-xhs-insights

## Install
- Endpoint: https://mcp.52choujiang.com/xhs/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.52choujiang.com/xhs/mcp
- Header: Authorization

## Tools
- xhs_get_note_detail_by_note_url - 根据笔记链接、短链接或分享文案获取单篇小红书笔记详情。
返回的 note_url 在任何使用场景都必须原样保留完整 URL，包括 xsec_token 等 query 参数；例如最终回答、展示、引用、存储、输出或传递；不得用 note_id 重新拼接链接；note_url 为 null 时不要用 note_id 合成公开链接。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_note_detail_by_note_id - 根据 note_id 获取单篇小红书笔记详情。
返回的 note_url 非 null 时，在任何使用场景都必须原样保留完整 URL，包括 xsec_token 等 query 参数；例如最终回答、展示、引用、存储、输出或传递；不得用 note_id 重新拼接链接；note_url 为 null 时不要用 note_id 合成公开链接。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_search_notes - 按关键词搜索相关小红书笔记。
返回的 note_url 在任何使用场景都必须原样保留完整 URL，包括 xsec_token 等 query 参数；例如最终回答、展示、引用、存储、输出或传递；不得用 note_id 重新拼接链接。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_search_hot_list - 获取小红书搜索热榜。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_submit_video_speech_text_by_note_url - 提交小红书视频笔记口播转文字任务；提交完成后最多短等 15 秒，未完成时返回 job_id 和下一步查询动作。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_submit_video_speech_text_by_note_id - 根据小红书 note_id 提交视频笔记口播转文字任务；提交完成后最多短等 15 秒，未完成时返回 job_id 和下一步查询动作。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_video_speech_text_job - 查询小红书视频口播转文字任务状态；只查询当前 job，不触发重处理或长等待。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_note_comments_by_note_id - 根据 note_id 获取单篇小红书笔记的一级评论。
返回的 next_page_token 是不透明分页令牌；继续翻页时必须将完整 next_page_token 原样作为 page_token 传回。next_page_token 只绑定当前用户、笔记或评论链路，不能跨用户、笔记或评论链路复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_note_comments_by_note_url - 根据笔记链接、短链接或分享文案获取单篇小红书笔记的一级评论。
返回的 next_page_token 是不透明分页令牌；继续翻页时必须将完整 next_page_token 原样作为 page_token 传回。next_page_token 只绑定当前用户、笔记或评论链路，不能跨用户、笔记或评论链路复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_note_sub_comments_by_comment_id - 根据 note_id 和一级评论 comment_id 获取二级评论。
返回的 next_page_token 是不透明分页令牌；继续翻页时必须将完整 next_page_token 原样作为 page_token 传回。next_page_token 只绑定当前用户、笔记或评论链路，不能跨用户、笔记或评论链路复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_user_info_by_user_id - 根据 user_id 获取单个小红书用户信息。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_user_info_by_profile_url - 根据主页链接、短链接或分享文案获取单个小红书用户信息。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_user_posted_notes_by_user_id - 根据 user_id 获取用户已发布笔记列表。
返回的 next_page_token 是不透明分页令牌；继续翻页时必须将完整 next_page_token 原样作为 page_token 传回。next_page_token 只绑定当前用户、笔记或评论链路，不能跨用户、笔记或评论链路复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。 Endpoint: https://mcp.52choujiang.com/xhs/mcp
- xhs_get_user_posted_notes_by_profile_url - 根据主页链接、短链接或分享文案获取用户已发布笔记列表。
返回的 next_page_token 是不透明分页令牌；继续翻页时必须将完整 next_page_token 原样作为 page_token 传回。next_page_token 只绑定当前用户、笔记或评论链路，不能跨用户、笔记或评论链路复用；不得修改、截断、缩写、脱敏、掩码、省略、规范化、重组或自行生成，不得用省略号替换中间内容。 Endpoint: https://mcp.52choujiang.com/xhs/mcp

## Resources
- xhs://guides/tool-capabilities - MIME type: text/plain
- mcp://server-card.json - MCP Server Card Static discovery metadata for directory publishing and manual inspection. MIME type: application/json

## Prompts
Not captured

## Metadata
- Owner: com.52choujiang
- Version: 0.1.6
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 27, 2026
- Source: https://registry.modelcontextprotocol.io
