claudex vs time
Side-by-side comparison to help you pick between these two MCP servers.
claudex by kunwar-shah | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 88 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsSearch | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | this month | this month |
claudex · Summary
Claudex is an MCP server that provides persistent memory and FTS5 search for Claude Code conversation history with a web UI.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
claudex · Use cases
- Analyze past Claude Code conversations for project insights
- Search and retrieve specific code solutions across sessions
- Maintain context continuity between different Claude Code sessions
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
claudex · Install
Installation
Option 1: npm (Recommended)
# Global installation
npm install -g @kunwarshah/claudex
# Then run:
claudexAdd MCP Server to Claude Code
claude mcp add --transport stdio claudex -- claudex-mcpOption 2: From Source
git clone https://github.com/kunwar-shah/claudex.git
cd claudex
npm run check:fix
npm run devOpen http://localhost:3000 in your browser.
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"]
}
}
}