LogoSTMCP
Download
RedNote MCP

RedNote MCP

小红书内容访问的MCP服务

Tools

1. login

Initialize login process for RedNote (XiaoHongShu) authentication. Opens browser window for manual login and saves cookies to persistent storage for future use.

2. search_notes

Search for notes/posts on RedNote using keywords. Retrieves relevant content based on search terms and returns structured note information.

3. get_note_content

Access specific note content using RedNote URL. Retrieves detailed information about a particular post including text, images, and metadata.

4. get_note_comments

Retrieve comments for a specific note using its URL. Fetches comment threads and user interactions associated with the post.

Manage authentication cookies for RedNote access. Handles cookie persistence, validation, and renewal to maintain authenticated sessions.

JSON Config

{
  "mcpServers": {
    "RedNote MCP": {
      "command": "npx",
      "args": [
        "rednote-mcp",
        "--stdio"
      ]
    }
  }
}

Useful Links

Information