MCP Catalogs
Home

nyxstrike vs time

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

nyxstrike
by CommonHuman-Lab
time
by modelcontextprotocol
Stars★ 96★ 85,748
30d uses
Score4777
Official
Categories
SecurityDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

nyxstrike · Summary

AI-powered offensive security orchestration engine with MCP integration for automated penetration testing.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

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

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

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": {}
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.