date-time-remote-mcp

meshe-dev/date-time-remote-mcp
★ 0 stars Python Security Updated today
Remote MCP server that returns current date/time in PDT. Dockerized, no auth.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "date-time-remote-mcp": {
      "command": "uvx",
      "args": [
        "date-time-remote-mcp"
      ]
    }
  }
}

Or install with pip: pip install date-time-remote-mcp

README Excerpt

A remote [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that returns the current date and time in Pacific time (`America/Vancouver`) with the zone's live IANA abbreviation (`PDT`/`PST`, or `MST` under BC's permanent UTC-7). No authentication required. Returns the current date and time in Pacific time (`America/Vancouver`), formatted as `DayOfWeek Month DD, YYYY HH:MMam/pm TZ`, where `TZ` is the zone's IANA abbreviation — `PDT`/`PST` historically, and `MST` (permanent UTC

Tools (1)

get_current_datetime_pdt