RedNote MCP

by iFurySt

1.1k stars
639 downloads
Not rated
GitHub

About

🚀MCP server for accessing RedNote(XiaoHongShu, xhs).

Details

Author
iFurySt
GitHub stars
1,068
Downloads
639
Categories
Other, AI

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name RedNote MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

English
简体中文
npm

小红书内容访问的MCP服务

https://github.com/user-attachments/assets/06b2c67f-d9ed-4a30-8f1d-9743f3edaa3a

快速开始

开始前确保安装了 playwright 环境:

npx playwright install

NPM 全局安装

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.