MCP Catalogs
Home

hyperterse vs time

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

hyperterse
by hyperterse
time
by modelcontextprotocol
Stars★ 82★ 85,748
30d uses
Score4677
Official
Categories
Developer ToolsAI / LLM ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit1 mo agothis month

hyperterse · Summary

Agentic server framework that combines MCP tools, prompts, resources, and agents in a single deployable service with Go.

time · Summary

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

hyperterse · Use cases

  • Building MCP tools with database queries
  • Creating agentic services with both MCP and A2A protocols
  • Developing multi-agent systems with shared tools and resources

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

hyperterse · Install

Install Hyperterse

curl -fsSL https://hyperterse.com/install | bash

Initialize a new project

hyperterse init

Start the server

hyperterse start

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "hyperterse": {
      "command": "hyperterse",
      "args": ["serve"]
    }
  }
}

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.