MCP Catalogs
Home

time vs claude-historian-mcp

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

time
by modelcontextprotocol
claude-historian-mcp
by Vvkmnn
Stars★ 85,748★ 179
30d uses
Score7750
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsSearch
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

claude-historian-mcp · Summary

An MCP server that allows Claude Code to search and retrieve conversation history with sophisticated search capabilities and zero dependencies.

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

claude-historian-mcp · Use cases

  • Finding past solutions to similar problems encountered in previous conversations
  • Debugging by searching historical error patterns and their fixes
  • Understanding project evolution through file change history analysis

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

claude-historian-mcp · Install

Installation

**From shell:**

claude mcp add claude-historian-mcp -- npx claude-historian-mcp

**From inside Claude** (restart required):

Add this to our global mcp config: npx claude-historian-mcp

Install this mcp: https://github.com/Vvkmnn/claude-historian-mcp

**For manually configurable MCP clients** (Cursor, Windsurf, etc.):

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