
Xiaohongshu
STDIOXiaohongshu (RED) MCP server for notes search, content retrieval, and comment interaction.
Xiaohongshu (RED) MCP server for notes search, content retrieval, and comment interaction.
git clone [email protected]: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" } } } }
本项目仅用于学习交流,禁止用于其他用途,任何涉及商业盈利目的均不得使用,否则风险自负。