MCP Catalogs
Home

time vs pentestMCP

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

time
by modelcontextprotocol
pentestMCP
by RamKansal
Stars★ 85,748★ 65
30d uses
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
SecurityDeveloper ToolsOps & Infra
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

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

pentestMCP · Summary

MCP server exposing 20+ penetration testing tools for AI-assisted security testing via Docker.

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

pentestMCP · Use cases

  • AI-assisted penetration testing with natural language control
  • Automated vulnerability scanning through LLM agents
  • Security workflow integration with Claude Desktop or VS Code

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"]
    }
  }
}

pentestMCP · Install

Installation

Using Pre-built Docker Image (Recommended):

docker pull ramgameer/pentest-mcp:latest
Claude Desktop Integration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pentestMCP": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ramgameer/pentest-mcp:latest"
      ]
    }
  }
}

Restart Claude Desktop after configuration.

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