MCP Catalogs
Home

RedNote-MCP

by iFurySt·1,053·Score 47

RedNote MCP server provides programmatic access to XiaoHongShu content through search and URL fetching.

web-scrapingsocial-mediaproductivity
171
Forks
22
Open issues
12 mo ago
Last commit
2d ago
Indexed

Overview

RedNote-MCP is an MCP server that enables access to XiaoHongShu (RedNote) content through its API. It supports keyword search for notes, content retrieval via URLs, and includes authentication management with cookie persistence. The server is built with TypeScript and provides both CLI and MCP protocol interfaces for integration with AI clients like Cursor.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Content research by searching XiaoHongShu with specific keywords
you:Retrieving detailed note content from known XiaoHongShu URLs
you:Automating content collection from the XiaoHongShu platform
you:How do I authenticate with XiaoHongShu?
you:What content can I access with this MCP server?

When to choose this

Choose this server when you need to programmatically access RedNote content for analysis or research, especially if you're already using MCP-compatible clients like Cursor.

When NOT to choose this

Avoid if you need real-time data access or comprehensive comment functionality, as this server relies on cookie authentication that may expire and comment access is not yet implemented.

Tools this server exposes

3 tools extracted from the README
  • search_notes

    Search RedNote notes using keywords

  • get_note_by_url

    Access RedNote note content through URL

  • init_login

    Initialize authentication by logging into RedNote

Note: Tool names inferred from functional descriptions in the README. The actual MCP tool names might differ slightly.

Comparable tools

xhs-mcpsocial-media-scrapersplaywright-mcp

Installation

Installation

  1. Install prerequisites:
npx playwright install
  1. Install via npm:
npm install -g rednote-mcp
  1. Initialize authentication:
rednote-mcp init
  1. Configure in Claude Desktop:
{
  "mcpServers": {
    "RedNote MCP": {
      "command": "rednote-mcp",
      "args": ["--stdio"]
    }
  }
}

FAQ

How do I authenticate with XiaoHongShu?
Run 'rednote-mcp init' which opens a browser window for manual login. Cookies are saved to ~/.mcp/rednote/cookies.json.
What content can I access with this MCP server?
You can search for notes using keywords and retrieve content from specific XiaoHongShu URLs. Comment access is planned but not yet implemented.

On Hacker News

Recent discussion from the developer community.

Compare RedNote-MCP with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.