MCP Catalogs
Home

awsome_kali_MCPServers vs time

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

awsome_kali_MCPServers
by ccq1
time
by modelcontextprotocol
Stars★ 101★ 85,748
30d uses
Score4177
Official
Categories
SecurityDeveloper ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit6 mo agothis month

awsome_kali_MCPServers · Summary

Collection of MCP servers for Kali Linux providing security tools like Nmap, objdump, and Wireshark through Docker containers.

time · Summary

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

awsome_kali_MCPServers · Use cases

  • Security researchers performing network scans and traffic analysis through an MCP client
  • Penetration testers analyzing binaries and extracting strings from suspicious files
  • Developers automating security testing workflows by integrating Kali tools into their development process

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

awsome_kali_MCPServers · Install

Installation

  1. Build the Docker image:
docker build -t kali-mcps:latest .
  1. Configure your MCP client (e.g., Claude Desktop) with:
{
  "mcpServers": {
    "kali-docker": {
      "command": "docker",
      "args": ["run", "-i", "kali-mcps:latest"]
    }
  }
}

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.