nyxstrike vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
nyxstrike by CommonHuman-Lab | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 96 | ★ 149 |
| 30d uses | — | — |
| Score | 47 | 85 |
| Official | — | — |
| Categories | SecurityDeveloper ToolsAI / LLM Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | Python | Python |
| Last commit | this month | 2 mo ago |
nyxstrike · Summary
AI-powered offensive security orchestration engine with MCP integration for automated penetration testing.
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.
nyxstrike · Use cases
- Automated penetration testing with AI-driven attack chains
- Security research using LLM-controlled offensive security tools
- Red team exercises with AI-powered reconnaissance and exploitation
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
nyxstrike · Install
Installation
git clone https://github.com/CommonHuman-Lab/nyxstrike.git
cd nyxstrike
./nyxstrike.sh -a # Setup + start server
./nyxstrike.sh -a -ai # + local AI model (~8.4 GB RAM)
./nyxstrike.sh -a -ai-small # + smaller AI model (~2.5 GB RAM)Claude Desktop Configuration
{
"$schema": "https://schemas claude.ai/desktop-config.json",
"mcpServers": {
"nyxstrike": {
"command": [
"/path/to/nyxstrike/nyxstrike-env/bin/python3",
"/path/to/nyxstrike/nyxstrike_mcp.py",
"--server",
"http://127.0.0.1:8888",
"--profile",
"full"
],
"env": {}
}
}
}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