MCP Catalogs
Home

hyper-mcp vs time

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

hyper-mcp
by hyper-mcp-rs
time
by modelcontextprotocol
Stars★ 871★ 85,748
30d uses
Score5477
Official
Categories
Developer ToolsAI / LLM ToolsSecurity
ProductivityDeveloper ToolsCommunication
LanguageRustTypeScript
Last committhis monththis month

hyper-mcp · Summary

A fast, secure MCP server with WebAssembly plugin support for extending AI capabilities.

time · Summary

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

hyper-mcp · Use cases

  • Extending Claude Desktop or Cursor IDE with custom AI tools
  • Building secure, sandboxed AI tools for enterprise applications
  • Creating portable AI capabilities that can run on edge devices or IoT

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

hyper-mcp · Install

Installation

Prerequisites

  • **cosign** — required for loading plugins from OCI registries

Option 1: Pre-built Binaries

Download from [GitHub Releases](https://github.com/hyper-mcp-rs/hyper-mcp/releases):

  • macOS: hyper-mcp-aarch64-apple-darwin.tar.gz
  • Linux: hyper-mcp-aarch64-unknown-linux-gnu.tar.gz or hyper-mcp-x86_64-unknown-linux-gnu.tar.gz
  • Windows: hyper-mcp-x86_64-pc-windows-msvc.zip

Option 2: Cargo

cargo install hyper-mcp

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hyper-mcp": {
      "command": "hyper-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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.