RedNote MCP

v1.0.0Search & Data Extractionstable

Enables users to search and retrieve content from Xiaohongshu (Red Book) platform with smart search capabilities and rich data extraction including note content, author information, and images.

aimcpmcp-serverrednoterednote-mcp
Share:
1,055
Stars
0
Downloads
0
Weekly
0/5

What is RedNote MCP?

RedNote MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables users to search and retrieve content from xiaohongshu (red book) platform with smart search capabilities and rich data extraction including note content, author information, and images.

Enables users to search and retrieve content from Xiaohongshu (Red Book) platform with smart search capabilities and rich data extraction including note content, author information, and images.

This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Enables users to search and retrieve content from Xiaohongsh

Use Cases

Search and extract content from Xiaohongshu
Rich data collection including images and metadata
MilesCool

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 17, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx rednote-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use RedNote MCP

RedNote MCP connects Claude and other MCP-compatible AI clients to Xiaohongshu (小红书 / Red Book), the Chinese social media and lifestyle platform. It enables keyword-based content search that returns note titles, content, URLs, author information, engagement metrics (likes, favorites, comments), hashtags, and images. Developers and researchers use it to gather trend data, product reviews, and user-generated content from one of China's most influential consumer platforms without manually browsing the site.

Prerequisites

  • Node.js 18 or later installed
  • pnpm package manager installed (`npm install -g pnpm`)
  • Playwright Chromium browser (installed via `pnpm exec playwright install`)
  • A Xiaohongshu (RedNote) account for the initial login flow
  • An MCP-compatible client such as Claude Desktop
1

Clone the repository

Clone the rednote-mcp repository from GitHub and enter the project directory.

git clone https://github.com/MilesCool/rednote-mcp.git
cd rednote-mcp
2

Install dependencies and Playwright browser

Install Node.js dependencies using pnpm, then install the Chromium browser that Playwright uses to automate the Xiaohongshu web interface.

pnpm install
pnpm exec playwright install chromium
3

Build the server

Compile the TypeScript source to JavaScript. The output lands in the `build/` directory.

pnpm build
4

Configure Claude Desktop

Add the server to your Claude Desktop MCP configuration file. Replace `/absolute/path/to/rednote-mcp` with the real path on your machine. On macOS the config lives at `~/Library/Application Support/Claude/claude_desktop_config.json`.

5

Complete the first-run login

The first time a search is triggered, a browser window opens for you to log in to Xiaohongshu manually. After login the session cookie is saved automatically so subsequent searches run headlessly.

6

Restart Claude Desktop and test

Restart Claude Desktop so it picks up the new server, then ask Claude to search Xiaohongshu. Initial searches may take 30–60 seconds while the browser starts.

RedNote MCP Examples

Client configuration

Add this block to `claude_desktop_config.json`. Update the path to point to your local build output.

{
  "mcpServers": {
    "rednote-mcp": {
      "command": "node",
      "args": ["/absolute/path/to/rednote-mcp/build/index.js"]
    }
  }
}

Prompts to try

Sample prompts to use once the server is connected in Claude Desktop.

- "Search for 'matcha latte recipe' on Xiaohongshu and summarize the top results."
- "Find posts about '护肤步骤' (skincare routine) on RedNote and list the most recommended products."
- "Search Xiaohongshu for 'Tokyo travel tips' and compile the engagement metrics for each note."
- "Look up recent posts about 'vintage clothing' on RedNote including hashtags and author info."

Troubleshooting RedNote MCP

Login browser window does not open or closes immediately

Ensure Playwright's Chromium is installed by running `pnpm exec playwright install chromium` again. If running on a headless server, Playwright requires a display; use a local machine for the first login, then copy the saved cookie state.

Search returns no results or times out

Xiaohongshu may rate-limit automated requests. The server limits to 3 concurrent queries by design. Wait a few minutes and retry. If the session expired, delete the saved cookies file and log in again.

Claude Desktop does not show the rednote-mcp server

Verify the absolute path in `args` points to the compiled `build/index.js` file. Run `node /path/to/rednote-mcp/build/index.js` in a terminal to check for startup errors, then restart Claude Desktop.

Frequently Asked Questions about RedNote MCP

What is RedNote MCP?

RedNote MCP is a Model Context Protocol (MCP) server that enables users to search and retrieve content from xiaohongshu (red book) platform with smart search capabilities and rich data extraction including note content, author information, and images. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install RedNote MCP?

Follow the installation instructions on the RedNote MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with RedNote MCP?

RedNote MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is RedNote MCP free to use?

Yes, RedNote MCP is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Search & Data Extraction MCP Servers

Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "rednote-mcp": { "command": "npx", "args": ["-y", "rednote-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use RedNote MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides