stealth-browser-mcp vs xiaohongshu-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
stealth-browser-mcp by vibheksoni | xiaohongshu-mcp by xpzouying | |
|---|---|---|
| Stars | ★ 643 | ★ 13,616 |
| 30天用量 | — | — |
| 综合分 | 54 | 59 |
| 官方 | — | — |
| 分类 | 浏览器自动化网页抓取开发者工具 | social-media浏览器自动化网页抓取 |
| 实现语言 | Python | Go |
| 最近提交 | 本月 | 本月 |
stealth-browser-mcp · 概述
Stealth Browser MCP 提供反检测浏览器自动化功能,专为 MCP 兼容的 AI 代理设计。
xiaohongshu-mcp · 概述
一个用于自动化小红书操作(发布内容、评论、用户互动等)的 MCP 服务器。
stealth-browser-mcp · 使用场景
- 在带有反机器人措施的受保护网站上自动化网页抓取
- 通过 AI 聊天命令创建网站 UI 克隆
- 实时拦截和修改网络流量
xiaohongshu-mcp · 使用场景
- 自动化内容发布以维持社交媒体存在感
- AI 驱动的企业社交媒体管理
- 通过自动化搜索进行内容研究和分析
stealth-browser-mcp · 安装
# 克隆并安装
git clone https://github.com/vibheksoni/stealth-browser-mcp.git
cd stealth-browser-mcp
python -m venv venv
# 激活虚拟环境
# Windows:
venv\Scripts\activate
# Mac/Linux:
source venv/bin/activate
pip install -r requirements.txt**Claude Desktop 配置:**
{
"mcpServers": {
"stealth-browser-mcp": {
"command": "/path/to/stealth-browser-mcp/venv/bin/python",
"args": ["/path/to/stealth-browser-mcp/src/server.py"]
}
}
}xiaohongshu-mcp · 安装
安装选项
**选项 1:下载预编译二进制文件**
- 从 [GitHub Releases](https://github.com/xpzouying/xiaohongshu-mcp/releases) 下载适用于您平台的二进制文件
- 首先运行登录工具:
chmod +x xiaohongshu-login-darwin-arm64 && ./xiaohongshu-login-darwin-arm64 - 启动 MCP 服务:
chmod +x xiaohongshu-mcp-darwin-arm64 && ./xiaohongshu-mcp-darwin-arm64
**选项 2:使用 Docker(推荐)**
docker pull xpzouying/xiaohongshu-mcp
docker compose up -d```
**选项 3:从源码构建**
1. 克隆仓库
2. 运行 `go run cmd/login/main.go` 进行登录
3. 运行 `go run .` 启动 MCP 服务