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 | — | — |
| Score | 77 | 42 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | DatabaseAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 1 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@alphaTo use as MCP server with Claude Desktop, add this to your claude_desktop_config.json:
{
"mcpServers": {
"skalex": {
"command": "npx",
"args": ["skalex", "mcp"]
}
}
}