MCP Catalogs
首页

httprunner vs reddit-mcp-buddy

并排对比,帮你在这两个 MCP server 之间做选择。

httprunner
by httprunner
reddit-mcp-buddy
by karanb192
Stars★ 4,277★ 649
30天用量
综合分5554
官方
分类
浏览器自动化开发者工具testing
AI / LLM 工具浏览器自动化沟通协作
实现语言GoTypeScript
最近提交5 个月前2 个月前

httprunner · 概述

HttpRunner 是一款全栈测试框架,包含用于 UI 自动化的 MCP 服务器功能。

reddit-mcp-buddy · 概述

一个专为 AI 助手设计的生产级 MCP 服务器,可通过多级认证浏览 Reddit 内容。

httprunner · 使用场景

  • Android 和 iOS 移动应用的自动化 UI 测试
  • 通过视觉识别实现跨平台浏览器自动化
  • API 测试与 UI 自动化在单一框架中的集成

reddit-mcp-buddy · 使用场景

  • AI 助手实时浏览 Reddit 内容和讨论
  • 跨多个子版块对热门话题进行情感分析
  • 分析用户资料和 Reddit 活动轨迹

httprunner · 安装

安装

  1. 安装 HttpRunner v5:
go install github.com/httprunner/httprunner@latest
  1. 启动 MCP 服务器:
hrp mcp-server
  1. 对于 Claude Desktop 配置,添加到 claude_desktop_config.json
{
  "mcpServers": {
    "httprunner": {
      "command": "hrp",
      "args": ["mcp-server"]
    }
  }
}

reddit-mcp-buddy · 安装

Claude Desktop 安装

claude_desktop_config.json 中添加:

{
  "mcpServers": {
    "reddit": {
      "command": "npx",
      "args": ["-y", "reddit-mcp-buddy"]
    }
  }
}

Claude Code 安装

claude mcp add --transport stdio reddit-mcp-buddy -s user -- npx -y reddit-mcp-buddy
对比内容由 README + GitHub 公开数据自动生成,定期更新。