hexstrike-ai vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
hexstrike-ai by 0x4m4 | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 8,764 | ★ 149 |
| 30d uses | — | — |
| Score | 58 | 85 |
| Official | — | — |
| Categories | SecurityDeveloper ToolsAI / LLM Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | Python | Python |
| Last commit | 1 mo ago | 2 mo ago |
hexstrike-ai · Summary
HexStrike AI is an advanced MCP server that lets AI agents autonomously run 150+ cybersecurity tools for pentesting and security research.
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.
hexstrike-ai · Use cases
- Automated penetration testing with AI agents selecting optimal tools and strategies
- Bug bounty automation by combining multiple security tools with intelligent analysis
- Security research with AI agents discovering and documenting vulnerabilities
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
hexstrike-ai · Install
Installation
# 1. Clone the repository
git clone https://github.com/0x4m4/hexstrike-ai.git
cd hexstrike-ai
# 2. Create virtual environment
python3 -m venv hexstrike-env
source hexstrike-env/bin/activate # Linux/Mac
# hexstrike-env\Scripts\activate # Windows
# 3. Install Python dependencies
pip3 install -r requirements.txt
# 4. Start the server
python3 hexstrike_server.pyClaude Desktop Integration
Edit ~/.config/Claude/claude_desktop_config.json:
{
"mcpServers": {
"hexstrike-ai": {
"command": "python3",
"args": [
"/path/to/hexstrike-ai/hexstrike_mcp.py",
"--server",
"http://localhost:8888"
],
"description": "HexStrike AI v6.0 - Advanced Cybersecurity Automation Platform",
"timeout": 300,
"disabled": false
}
}
}ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server