RedNote-MCP
507
RedNote MCP is a service for accessing Xiaohongshu content with features like authentication management and keyword searches. It can be used as a command-line tool and has specific instructions for setup and development.
RedNote MCP Overview
- RedNote MCP is a service for accessing content from Xiaohongshu.
- Key Features:
- Authentication management with persistent cookies.
- Keyword search for notes.
- Command-line initialization tool.
- Access note content via URL.
Quick Start
Ensure Playwright is installed, then use the following commands:
- Globally install via npm
npm install -g rednote-mcp
. - Initialize login with
rednote-mcp init
. - From source, clone the project and run
npm install
.
Usage Instructions
- Initialize login, manually logging into Xiaohongshu.
- Configure MCP Server in Cursor
settings.json
.
Development Guide
- Ensure Node.js (>= 16) and npm (>= 7) are installed.
- Use MCP Inspector for debugging.
Contribution Guide
- Fork the repository.
- Create a feature branch.
- Commit and push your changes.
- Open a Pull Request.
License
Released under MIT License.