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.
Описание
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
Установка Date Time Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/williamlang/date-time-mcpFAQ
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
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Date Time Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
