RedNote MCP
About
🚀MCP server for accessing RedNote(XiaoHongShu, xhs).
Details
- Author
- iFurySt
- GitHub stars
- 1,068
- Downloads
- 639
- Categories
- Other, AI
Jump to
- Cookie‑based authentication with persistent storage
- Keyword search for Xiaohongshu notes
- Note content retrieval via URL
- Command‑line initialization tool for login
- Compatible with MCP clients like Cursor
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
RedNote MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install globally via npm (npm install -g rednote-mcp), then run rednote-mcp init to authenticate and save cookies. Configure the server in your MCP client (e.g., Cursor) using the command rednote-mcp --stdio. Ensure the Playwright browser automation tool is installed (npx playwright install).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"rednote mcp": {
"RedNote-MCP": {
"command": "npx",
"args": [
"playwright",
"install"
]
}
}
}
}
McpServers
{
"RedNote-MCP": {
"command": "npx",
"args": [
"playwright",
"install"
]
}
}
RedNote MCP
小红书内容访问的MCP服务
https://github.com/user-attachments/assets/06b2c67f-d9ed-4a30-8f1d-9743f3edaa3a
快速开始
开始前确保安装了 playwright 环境:
npx playwright install
NPM 全局安装
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




