
XHS MCP
Supports UIby jobsonlook
MCP server for Xiaohongshu (Little Red Book), enabling search, note content extraction, and comment management.
What it does
Connects AI assistants to the Xiaohongshu (Little Red Book) platform, allowing the AI to search for trending notes, retrieve full content, and interact with comments using reverse-engineered JS signatures for high efficiency.
Tools
search_notes: Search for notes using specific keywords.get_note_content: Retrieve full content of a note via URL.get_note_comments: Fetch all comments associated with a note.post_comment: Publish a new comment to a specific note.home_feed: Get current trending notes from the home feed.check_cookie: Validate the current session cookie status.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"xhs-mcp": {
"command": "uvx",
"args": [
"--from",
"jobson-xhs-mcp",
"xhs-mcp"
],
"env": {
"XHS_COOKIE": "your_cookie_here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
uvx --from jobson-xhs-mcp xhs-mcpInformation
- Pricing
- free
- Published
- 5/21/2026
- stars






