MCP Catalogs
Home

hister vs time

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

hister
by asciimoo
time
by modelcontextprotocol
Stars★ 959★ 85,748
30d uses
Score5277
Official
Categories
SearchAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last committhis monththis month

hister · Summary

Hister is a privacy-focused search engine with MCP support for AI-enhanced querying.

time · Summary

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

hister · Use cases

  • Personal search engine for private web browsing history
  • Knowledge base indexing with AI-enhanced queries via MCP
  • Community search server with multi-user support

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

hister · Install

Installation

  1. Clone the repository: git clone https://github.com/asciimoo/hister.git
  2. Build with ./manage.sh build or go generate ./...; go build
  3. For development with hot reload:

`` npm run serve:app ``

Claude Desktop Configuration

Add the following to your Claude Desktop configuration:

{
  "mcpServers": {
    "hister": {
      "command": "path/to/hister",
      "args": []
    }
  }
}

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.