RedNote-MCP

RedNote-MCP

MCP service for accessing Xiaohongshu content, supporting keyword search and note retrieval.

MCPResearchOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 1.1k
Source
mcp-github

Overview

RedNote-MCP is an MCP service designed to access content from Xiaohongshu (XiaoHongShu, xhs). It offers authentication management, keyword-based note search, and the ability to retrieve note content via URL. AI can leverage this service to obtain information from Xiaohongshu, making it suitable for applications requiring data extraction from social media platforms. Integration options include global installation or installing from source code, and configuring the MCP Server via Cursor.

Capabilities

  • Authentication management (supports Cookie persistence)
  • Keyword-based note search
  • Command-line initialization tool
  • Access note content via URL

Use cases

Social media data analysisMarket researchContent scraping and analysisUser behavior research

Setup

Requires: Node.js >= 16npm >= 7playwright 环境
npx playwright install && npm install -g rednote-mcp && rednote-mcp init

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I initialize login?

Run the `rednote-mcp init` command and complete the login manually; the Cookie will be automatically saved afterward.

How do I configure the MCP Server in Cursor?

Add RedNote MCP configuration in Cursor's settings.json, using the `--stdio` parameter.

Related skills