mcpsec vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcpsec by manthanghasadiya | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 22 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
mcpsec · Summary
A security scanner and protocol fuzzer for MCP servers that discovers runtime vulnerabilities through dynamic testing.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcpsec · Use cases
- Security auditing of MCP servers before deployment
- Continuous integration security checks for MCP-based applications
- Fuzz testing to discover zero-day vulnerabilities in MCP implementations
- Compliance testing for MCP server security standards
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
mcpsec · Install
# Basic installation
pip install mcpsec
# With AI-powered features
pip install mcpsec[ai]
# Via Nix
nix-shell # basic
nix-shell --arg withAll true # all optional depsClaude Desktop Integration
Add to Claude Desktop's claude_desktop_config.json:
{
"mcpServers": {
"mcpsec": {
"command": "python",
"args": ["-m", "mcpsec", "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"]
}
}
}