MCP Catalogs
Home

hookdeck-cli vs time

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

hookdeck-cli
by hookdeck
time
by modelcontextprotocol
Stars★ 357★ 85,748
30d uses
Score5077
Official
Categories
Developer ToolsCommunicationAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last committhis monththis month

hookdeck-cli · Summary

Hookdeck CLI provides a comprehensive MCP server for managing webhooks and event gateway resources, offering free development tools with ai agent integration.

time · Summary

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

hookdeck-cli · Use cases

  • Local development and testing of webhook integrations with preserved event history
  • Managing and querying Event Gateway resources through a unified CLI interface
  • Integrating webhook management capabilities into AI agents via MCP protocol

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

hookdeck-cli · Install

Installation

Hookdeck CLI is available for macOS, Windows, and Linux:

# NPM
npm install hookdeck-cli -g

# macOS
brew install hookdeck/hookdeck/hookdeck

# Windows
scoop bucket add hookdeck https://github.com/hookdeck/scoop-hookdeck-cli.git
scoop install hookdeck

# Linux
tar -xvf hookdeck_X.X.X_linux_amd64.tar.gz
./hookdeck

MCP Server Setup

To use with Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "hookdeck": {
      "command": "hookdeck",
      "args": ["gateway", "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.