httprunner vs xiaohongshu-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
httprunner by httprunner | xiaohongshu-mcp by xpzouying | |
|---|---|---|
| Stars | ★ 4,277 | ★ 13,616 |
| 30天用量 | — | — |
| 综合分 | 55 | 59 |
| 官方 | — | — |
| 分类 | 浏览器自动化开发者工具testing | social-media浏览器自动化网页抓取 |
| 实现语言 | Go | Go |
| 最近提交 | 5 个月前 | 本月 |
httprunner · 概述
HttpRunner 是一款全栈测试框架,包含用于 UI 自动化的 MCP 服务器功能。
xiaohongshu-mcp · 概述
一个用于自动化小红书操作(发布内容、评论、用户互动等)的 MCP 服务器。
httprunner · 使用场景
- Android 和 iOS 移动应用的自动化 UI 测试
- 通过视觉识别实现跨平台浏览器自动化
- API 测试与 UI 自动化在单一框架中的集成
xiaohongshu-mcp · 使用场景
- 自动化内容发布以维持社交媒体存在感
- AI 驱动的企业社交媒体管理
- 通过自动化搜索进行内容研究和分析
httprunner · 安装
安装
- 安装 HttpRunner v5:
go install github.com/httprunner/httprunner@latest- 启动 MCP 服务器:
hrp mcp-server- 对于 Claude Desktop 配置,添加到
claude_desktop_config.json:
{
"mcpServers": {
"httprunner": {
"command": "hrp",
"args": ["mcp-server"]
}
}
}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 服务