docs: add Windows 11 setup guide for xiaohongshu-mcp (#223)
* docs: add Windows 11 setup guide for xiaohongshu-mcp - Introduced a comprehensive guide for quickly setting up xiaohongshu-mcp on Windows 11. - Included steps for downloading the latest build, resolving virus warnings, and starting the application. - Added detailed instructions for managing Windows Security exclusions and launching the MCP service. - Provided installation steps for the AI client (iflow cli) and usage examples. * 更新 windows_guide.md --------- Co-authored-by: juesheng.Lin <juesheng.lin@gientech.com>
This commit is contained in:
@@ -30,3 +30,107 @@
|
||||
```
|
||||
|
||||
祝大家使用 xiaohongshu-mcp 服务愉快哦~
|
||||
|
||||
# xiaohongshu-mcp Windows11快速搭建
|
||||
|
||||
## 1. 下载最新构建版本
|
||||
|
||||
[github.com](https://github.com/xpzouying/xiaohongshu-mcp/releases)
|
||||
|
||||
如果当前系统为Windows 则选择 xiaohongshu-mcp-windows-amd64.zip 下载
|
||||
|
||||

|
||||
|
||||
下载完解压文件
|
||||
|
||||

|
||||
|
||||
在当前文件夹中右键打开终端
|
||||
|
||||

|
||||
|
||||
先运行登录命令程序
|
||||
|
||||
```
|
||||
./xiaohongshu-login-windows-amd64.exe
|
||||
```
|
||||
|
||||

|
||||
|
||||
等待下载完
|
||||
|
||||
## 2. 解决Windows 11 报病毒问题
|
||||
|
||||
在运行之前的程序后会报病毒,如下图
|
||||
|
||||

|
||||
|
||||
这时候我们需要打开Windows 安全中心(Windows 11 版本演示)
|
||||
|
||||

|
||||
|
||||
点击进入管理设置后,查看最下方的排除项
|
||||
|
||||

|
||||
|
||||
把之前的错误程序的路径添加进去,如下图
|
||||
|
||||
要改成你当前报错的实际路径
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
总结解决路径办法
|
||||
|
||||
解决步骤:
|
||||
|
||||
1. 打开 Windows 安全中心(Windows Security)。
|
||||
|
||||
2. 点击 病毒和威胁防护(Virus & threat protection)。
|
||||
|
||||
3. 在“病毒和威胁防护设置”下,点击 管理设置(Manage settings)。
|
||||
|
||||
4. 向下滚动,找到并点击 添加或删除排除项(Add or remove exclusions)。
|
||||
|
||||
5. 点击 添加排除项(Add an exclusion)。
|
||||
|
||||
6. 选择 文件夹(Folder)。
|
||||
|
||||
7. 导航到以下路径并选择该文件夹:
|
||||
|
||||
```
|
||||
C:\Users\你的用户(当前电脑)\AppData\Local\Temp\leakless-amd64-adb80298fa6a3af7ced8b1c9b5f18007
|
||||
```
|
||||
|
||||
8. . 确认添加排除项。
|
||||
|
||||
## 3. 启动程序
|
||||
|
||||
```
|
||||
./xiaohongshu-login-windows-amd64.exe
|
||||
```
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
登录小红书
|
||||
|
||||
启动MCP服务
|
||||
|
||||
```
|
||||
./xiaohongshu-mcp-windows-amd64.exe
|
||||
```
|
||||
|
||||

|
||||
|
||||
## 4. MCP 验证
|
||||
|
||||
```
|
||||
npx @modelcontextprotocol/inspector
|
||||
```
|
||||
|
||||

|
||||
|
||||

|
||||
Reference in New Issue
Block a user