Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Alan'S Date Time

БесплатноНе проверен

Provides current date, time, and datetime with optional timezone support (local, UTC, or IANA timezone strings).

GitHubEmbed

Описание

Provides current date, time, and datetime with optional timezone support (local, UTC, or IANA timezone strings).

README

An MCP (Model Context Protocol) server that provides current time and datetime with timezone support.

Tools

  • get_date — Returns date only (e.g. 2025-03-15)
  • get_time — Returns time only (e.g. 14:30:00)
  • get_datetime — Returns date and time (e.g. 2025-03-15 14:30:00)

Both tools accept an optional timezone parameter:

  • "local" (default) — System's local timezone
  • "utc" — UTC
  • IANA timezone string — e.g. "America/New_York", "Europe/London", "Asia/Tokyo"

Installation

Add to your MCP configuration (e.g. Cursor, Claude Desktop):

Option 1: npm (recommended — faster startup)

{
  "mcpServers": {
    "alans-date-time-mcp": {
      "command": "npx",
      "args": ["-y", "alans-date-time-mcp"]
    }
  }
}

Option 2: GitHub

{
  "mcpServers": {
    "alans-date-time-mcp": {
      "command": "npx",
      "args": ["-y", "github:ajnx/alans-date-time-mcp"]
    }
  }
}

Development

npm install
npm run build
npm start

License

MIT

from github.com/ajnx/alans-date-time-mcp

Установить Alan'S Date Time в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install alan-s-date-time-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add alan-s-date-time-mcp -- npx -y alans-date-time-mcp

FAQ

Alan'S Date Time MCP бесплатный?

Да, Alan'S Date Time MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Alan'S Date Time?

Нет, Alan'S Date Time работает без API-ключей и переменных окружения.

Alan'S Date Time — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Alan'S Date Time в Claude Desktop, Claude Code или Cursor?

Открой Alan'S Date Time на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Alan'S Date Time with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development