MCP Catalogs
Home

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
Score4777
Official
Categories
Developer ToolsAI / LLM ToolsSearch
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last committhis monththis 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:
claudex
Add MCP Server to Claude Code
claude mcp add --transport stdio claudex -- claudex-mcp
Option 2: From Source
git clone https://github.com/kunwar-shah/claudex.git
cd claudex
npm run check:fix
npm run dev

Open 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.