MCP Catalogs
Home

ultimate_mcp_server vs h1-brain

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

ultimate_mcp_server
by Dicklesworthstone
h1-brain
by PatrikFehrenbach
Stars★ 149★ 300
30d uses
Score8551
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
SecurityDeveloper ToolsAI / LLM Tools
LanguagePythonPython
Last commit2 mo ago1 mo ago

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

h1-brain · Summary

MCP server connecting AI assistants to HackerOne for bug bounty hunting with personal data and public reports analysis.

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

h1-brain · Use cases

  • Generate comprehensive attack briefings for specific HackerOne programs
  • Search and analyze personal bug bounty history to identify patterns
  • Research public disclosed reports to understand successful vulnerability types
  • Identify untouched bounty-eligible assets for targeted testing

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server

h1-brain · Install

Setup

git clone https://github.com/PatrikFehrenbach/h1-brain.git
cd h1-brain
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "h1-brain": {
      "command": "/path/to/h1-brain/venv/bin/python",
      "args": ["/path/to/h1-brain/server.py"],
      "env": {
        "H1_USERNAME": "your_hackerone_username",
        "H1_API_TOKEN": "your_api_token"
      }
    }
  }
}

Restart Claude Desktop after saving.

Comparison generated from public README + GitHub signals. Last updated automatically.