Command Palette

Search for a command to run...

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

Date Time Server

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

A simple MCP server that returns the current date and time with timezone information in ISO 8601, Unix timestamp, and human-readable formats.

GitHubEmbed

Описание

A simple MCP server that returns the current date and time with timezone information in ISO 8601, Unix timestamp, and human-readable formats.

README

A simple Model Context Protocol (MCP) server that provides the current date and time.

Features

  • Returns current date and time in ISO 8601 format
  • Includes Unix timestamp
  • Provides timezone information
  • Returns human-readable formatted date/time

Installation

npm install
npm run build

Usage

With Claude Desktop

Add this to your Claude Desktop configuration file:

MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "date-time": {
      "command": "node",
      "args": ["/absolute/path/to/date-time-mcp/build/index.js"]
    }
  }
}

Testing

You can test the server using the MCP Inspector or any MCP client.

Available Tools

get_current_datetime

Returns the current date and time information.

Parameters: None

Returns:

{
  "datetime": "2025-12-08T16:57:00.000Z",
  "timestamp": 1733676420000,
  "timezone": "America/New_York",
  "formatted": "12/8/2025, 11:57:00 AM"
}

Development

# Build the project
npm run build

# Watch mode for development
npm run watch

License

MIT

from github.com/williamlang/date-time-mcp

Установка Date Time Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/williamlang/date-time-mcp

FAQ

Date Time Server MCP бесплатный?

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

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

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

Date Time Server — hosted или self-hosted?

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

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

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

Похожие MCP

Compare Date Time Server with

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

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

Автор?

Embed-бейдж для README

Похожее

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