Metadata-Version: 2.4
Name: rednote_mcp_plus
Version: 0.7.0
Summary: Plus version of MCP server for accessing RedNote
Author-email: MrMao007 <mty1209@gmail.com>
Project-URL: Homepage, https://github.com/MrMao007/RedNote-MCP-Plus
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp[cli]
Dynamic: license-file

# RedNote-MCP-Plus

<p align="center"><img src= "logo.png" width="600"/></p>

[![English](https://img.shields.io/badge/English-Click-yellow)](docs/README.en.md)
[![简体中文](https://img.shields.io/badge/简体中文-点击查看-orange)](README.md)
[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
[![PyPI version](https://badge.fury.io/py/rednote_mcp_plus.svg)](https://badge.fury.io/py/rednote_mcp_plus)

⚙️ 配备更全面工具集的小红书 MCP 服务器。

## 主要特性
- 简单易上手：只需要一行命令即可体验工具能力
- 自动化互动工具：包含发布、点赞、收藏、评论等工具，助力自动化账号运营
- 自动化爬虫工具：包含搜索、笔记内容爬取、用户数据爬取等工具，助力内容搜索

## 工具清单
- 登录：使用其他工具前必须使用该工具登录小红书，保存登录态
- 点赞：点赞任意笔记
- 收藏：收藏任意笔记
- 评论：评论任意笔记
- 发布笔记：发布任意图文笔记
- 搜索笔记：关键词搜索笔记
- 笔记内容爬取：以MarkDown形式保存任意笔记
- 用户数据爬取：获取用户昵称、简介、标签、互动信息

## 快速开始

如果你想快速体验工具能力，按照以下步骤即可：

### 配置环境
1. 安装uv：
```
brew install uv
```

2. 安装playwright：
```
pip install playwright
playwright install
```

3. 安装node：
```
brew install node
```

### 快速试用

一行命令启动MCP服务调试!
```
npx @modelcontextprotocol/inspector uvx rednote_mcp_plus
```

## MCP服务器配置

```
{
  "mcpServers": {
    "RedNote_MCP_Plus": {
      "command": "uvx",
      "args": [
        "rednote_mcp_plus"
      ]
    }
  }
}
```
