MCP Catalogs
Home

httprunner vs opentabs

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

httprunner
by httprunner
opentabs
by opentabs-dev
Stars★ 4,277★ 579
30d uses
Score5553
Official
Categories
Browser AutomationDeveloper Toolstesting
Browser AutomationDeveloper ToolsProductivity
LanguageGoTypeScript
Last commit5 mo agothis month

httprunner · Summary

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

opentabs · Summary

Browser automation server that authenticates with web APIs through browser sessions, exposing 100+ plugins with ~2,000 tools.

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

opentabs · Use cases

  • Automating tasks across multiple web services without API keys
  • Building custom AI agents that interact with web applications
  • Creating workflows that integrate authenticated API calls

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"]
    }
  }
}

opentabs · Install

# Install CLI globally
npm install -g @opentabs-dev/cli

# Start the server
opentabs start
  1. Go to chrome://extensions/ in Chrome (enable Developer mode)
  2. Load the extension from ~/.opentabs/extension (Load unpacked)

For Claude Desktop, add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "opentabs": {
      "command": "npx",
      "args": ["@opentabs-dev/cli", "mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.