2 months ago
A read-only Xiaohongshu MCP server for AI workflows, with note search, note detail retrieval, and first-level comment analysis for competitor research, audience insight, and topic discovery.
Tools
xhs_get_note_detail
xhs_search_notes
xhs_get_note_comments_by_note_id
xhs_get_note_comments_by_note_url
Server Config
{
"mcpServers": {
"xhs-mcp": {
"url": "https://mcp.52choujiang.com/xhs/mcp",
"headers": {
"Authorization": "Bearer ${XHS_MCP_API_KEY}"
}
}
}
}