MCP Catalogs
Home

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
Score7738
Official
Categories
ProductivityDeveloper ToolsCommunication
SecurityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptPython
Last committhis month14 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

  1. Install Python 3.10+
  2. Install using pipx or uvx:

``bash pipx install asterisk-mcp-server # or uvx install asterisk-mcp-server ``

  1. 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 } } } ``

Comparison generated from public README + GitHub signals. Last updated automatically.