mcp-armor vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-armor by aira-security | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 115 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
mcp-armor · Summary
MCP Armor is a security scanner that discovers, analyzes, and secures MCP servers integrated with various Agentic IDEs and clients.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-armor · Use cases
- Security auditing of MCP servers integrated into development environments
- Detecting malicious modifications in MCP tools and resources
- Establishing security baselines and monitoring for drifts in MCP configurations
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
mcp-armor · Install
pip install mcp-armorFor Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-armor": {
"command": "mcp-armor",
"args": []
}
}
}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"]
}
}
}