MCP Catalogs
Home

time vs skalex

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
skalex
by TarekRaafat
Stars★ 85,748★ 16
30d uses
Score7742
Official
Categories
ProductivityDeveloper ToolsCommunication
DatabaseAI / LLM ToolsDeveloper Tools
LanguageTypeScriptJavaScript
Last committhis month1 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

skalex · Summary

Zero-dependency JavaScript database with built-in vector search, agent memory, and MCP server functionality.

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

skalex · Use cases

  • AI agent memory and knowledge base
  • Local-first vector database for semantic search
  • MCP server integration with Claude Desktop and Cursor

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"]
    }
  }
}

skalex · Install

npm install skalex@alpha

To use as MCP server with Claude Desktop, add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "skalex": {
      "command": "npx",
      "args": ["skalex", "mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.