rednote-mcp

RedNote MCP - Xiaohongshu Content Search Tool

GitHub Stars

5

User Rating

Not Rated

Favorites

0

Views

51

Forks

1

Issues

1

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Required software and versions:
Node.js: 16 or higher
npm: 7 or higher

Installation Steps

1. Global NPM Installation

bash
npm install -g rednote-mcp

2. Initialize Login

bash
rednote-mcp init

3. Install from Source

bash

Clone the project

git clone https://github.com/iFurySt/RedNote-MCP.git cd RedNote-MCP

Install dependencies

npm install

Global install (optional)

npm install -g .

Or run directly

npm run dev -- init

Troubleshooting

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.

Additional Resources