MCP Catalogs
Home

time vs Sephera

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

time
by modelcontextprotocol
Sephera
by Reim-developer
Stars★ 85,748★ 77
30d uses
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptRust
Last committhis month1 mo ago

time · Summary

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

Sephera · Summary

Fast Rust CLI for code metrics and AST-compressed context bundles with built-in MCP server.

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

Sephera · Use cases

  • Analyze codebase metrics without cloning repositories
  • Generate compressed context bundles for AI model prompting
  • Trace dependency impact before making code changes
  • Integrate code analysis capabilities directly into AI agents via MCP

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

Sephera · Install

Install Sephera using Cargo:

cargo install sephera

Or download prebuilt binaries from [GitHub Releases](https://github.com/Reim-developer/Sephera/releases).

To use with Claude Desktop, add this to your config.json:

{
  "mcpServers": {
    "sephera": {
      "command": "sephera",
      "args": ["mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.