📦
Xiaohongshu MCP
MCP server for Xiaohongshu
0 installs
Trust: 48 — Fair
Devtools
Installation
npx xiaohongshu-mcpAsk AI about Xiaohongshu MCP
Powered by Claude · Grounded in docs
I know everything about Xiaohongshu MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
xiaohongshu-mcp
MCP (Model Context Protocol) server for Xiaohongshu (小红书)
Setup
- Install dependencies:
go mod tidy
- Add cookies:
Copy your Xiaohongshu cookies to
cookies.jsonin JSON format:
{
"cookies": [
{
"name": "acw_tc",
"value": "...",
"path": "/",
"domain": ".xiaohongshu.com",
"expires": "...",
"httpOnly": true
}
]
}
Build
go build -o xiaohongshu-mcp main.go
Run
./xiaohongshu-mcp
Available Tools
search_notes- Search for notes/posts on Xiaohongshuget_user_notes- Get notes for a specific userget_note_detail- Get detailed information about a notehealth_check- Check if the MCP server is running
License
MIT
