MCP Catalogs
Home

httprunner vs reddit-mcp-buddy

Side-by-side comparison to help you pick between these two MCP servers.

httprunner
by httprunner
reddit-mcp-buddy
by karanb192
Stars★ 4,277★ 649
30d uses
Score5554
Official
Categories
Browser AutomationDeveloper Toolstesting
AI / LLM ToolsBrowser AutomationCommunication
LanguageGoTypeScript
Last commit5 mo ago2 mo ago

httprunner · Summary

HttpRunner is an all-in-one testing framework that includes MCP server functionality for UI automation.

reddit-mcp-buddy · Summary

A production-ready MCP server for browsing Reddit with AI assistants, featuring multiple auth tiers and clean data.

httprunner · Use cases

  • Automated UI testing for mobile applications on Android and iOS
  • Cross-platform browser automation with visual recognition
  • API testing integration with UI automation in a single framework

reddit-mcp-buddy · Use cases

  • AI assistants browsing Reddit content and discussions in real-time
  • Sentiment analysis across multiple subreddits for trending topics
  • User profile analysis and activity tracking on Reddit

httprunner · Install

Installation

  1. Install HttpRunner v5:
go install github.com/httprunner/httprunner@latest
  1. Start the MCP server:
hrp mcp-server
  1. For Claude Desktop configuration, add to claude_desktop_config.json:
{
  "mcpServers": {
    "httprunner": {
      "command": "hrp",
      "args": ["mcp-server"]
    }
  }
}

reddit-mcp-buddy · Install

For Claude Desktop

Add to claude_desktop_config.json:

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

For Claude Code

claude mcp add --transport stdio reddit-mcp-buddy -s user -- npx -y reddit-mcp-buddy
Comparison generated from public README + GitHub signals. Last updated automatically.