jobsonlook/xhs-mcp
Built by Metorial, the integration platform for agentic AI.
jobsonlook/xhs-mcp
Server Summary
Search notes
Retrieve note content
Fetch note comments
Post comments
git clone git@github.com:jobsonlook/xhs-mcp.git
cd xhs-mcp
uv sync
打开web小红书
登录后,获取cookie,将cookie配置到第4步的 XHS_COOKIE 环境变量中
{
"mcpServers": {
"xhs-mcp": {
"command": "uv",
"args": [
"--directory",
"/Users/xxx/xhs-mcp",
"run",
"main.py"
],
"env": {
"XHS_COOKIE": "xxxx"
}
}
}
}
本项目仅用于学习交流,禁止用于其他用途,任何涉及商业盈利目的均不得使用,否则风险自负。