pentest-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
pentest-mcp by DMontgomery40 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 137 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 2 mo ago | this month |
pentest-mcp · Summary
Professional penetration testing MCP server with nmap, JtR, hashcat, and reconnaissance tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
pentest-mcp · Use cases
- Professional penetration testing engagements with structured reporting
- Network reconnaissance and vulnerability scanning automation
- Password cracking and brute force attacks in authorized environments
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
pentest-mcp · Install
npm install -g pentest-mcpRun locally (stdio):
pentest-mcpLaunch bundled MCP Inspector:
pentest-mcp inspectorRun over HTTP (recommended):
MCP_TRANSPORT=http MCP_SERVER_HOST=0.0.0.0 MCP_SERVER_PORT=8000 pentest-mcpFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"pentest-mcp": {
"command": "pentest-mcp",
"args": ["stdio"]
}
}
}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"]
}
}
}