MCP-Defender vs time
Side-by-side comparison to help you pick between these two MCP servers.
MCP-Defender by MCP-Defender | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 252 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | SecurityDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 8 mo ago | this month |
MCP-Defender · Summary
Desktop app that scans and blocks malicious MCP traffic in AI apps like Cursor and Claude.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
MCP-Defender · Use cases
- Protecting AI development environments from malicious MCP tool calls
- Monitoring and controlling MCP traffic in enterprise AI deployments
- Providing security transparency for MCP-based interactions in AI applications
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-Defender · Install
Installation
Download the latest release for Mac from the [GitHub releases page](https://github.com/MCP-Defender/MCP-Defender/releases/latest)
Alternatively, clone and run locally:
# Install dependencies
npm install
# Start app
npm startConfiguration
MCP Defender works automatically with supported AI applications (Cursor, Claude, VS Code, Windsurf). No manual configuration is required.
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"]
}
}
}