pentest-ai vs time
Side-by-side comparison to help you pick between these two MCP servers.
pentest-ai by 0xSteph | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 251 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
pentest-ai · Summary
Offensive-security MCP server with 205 wrapped tools, 17 specialist agents, and 60 SPA-aware probes for autonomous pentests.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
pentest-ai · Use cases
- Autonomous penetration testing via MCP-compatible clients like Claude Code
- Security testing in CI/CD pipelines with SARIF output
- Security audit reporting with proof of concepts for findings
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-ai · Install
Installation
pip install ptaiClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"pentest-ai": {
"command": "ptai",
"args": ["mcp"]
}
}
}Other MCP Clients
ptai setup --mcptime · 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"]
}
}
}