time vs asterisk-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | asterisk-mcp-server by winfunc | |
|---|---|---|
| Stars | ★ 85,748 | ★ 33 |
| 30d uses | — | — |
| Score | 77 | 38 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | SecurityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | 14 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
asterisk-mcp-server · Summary
Asterisk MCP server provides security scanning tools for code snippets and codebases via the Asterisk API.
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
asterisk-mcp-server · Use cases
- Security scanning of code snippets in AI assistants
- Full codebase vulnerability analysis
- Verifying security impact of code changes during development
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"]
}
}
}asterisk-mcp-server · Install
Installation
- Install Python 3.10+
- Install using pipx or uvx:
``bash pipx install asterisk-mcp-server # or uvx install asterisk-mcp-server ``
- Configure in your AI assistant (example for Claude Desktop):
``json { "mcpServers": { "asterisk-mcp": { "command": "pipx", "args": [ "run", "asterisk-mcp-server", "--api-url", "https://api.mcp.asterisk.so", "--transport", "stdio", "--key", "YOUR_API_KEY" ], "timeout": 3600 } } } ``