Now
БесплатноНе проверенProvides tools to get the current date and time, with optional timezone support, designed for testing MCP compatibility.
Описание
Provides tools to get the current date and time, with optional timezone support, designed for testing MCP compatibility.
README
An MCP server that provides tools to get the current date and time. Mainly designed to easily test MCP compatibility.
Tools
get_current_datetime
Returns the current date and time.
| Parameter | Type | Required | Description |
|---|---|---|---|
timezone |
string | No | IANA timezone name (e.g. America/New_York). Defaults to local system timezone. |
Example output: 03/17/2026, 10:45:00 AM EDT
get_current_date
Returns the current date only (no time).
| Parameter | Type | Required | Description |
|---|---|---|---|
timezone |
string | No | IANA timezone name (e.g. America/New_York). Defaults to local system timezone. |
Example output: 2026-03-17
Install
npm install -g mcp-now
Or run on demand without installing:
npx mcp-now
Usage
Build and run
npm install
npm run build
npm start
Development
npm run dev
Debug with MCP Inspector
npm run inspect
Opens a browser UI at http://localhost:5173 where you can list tools, call them with custom arguments, and inspect raw JSON-RPC messages.
MCP client configuration
Once installed globally (or available via npx), point your MCP client at the mcp-now binary:
{
"mcpServers": {
"now": {
"command": "npx",
"args": ["mcp-now"]
}
}
}
Установка Now
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jeromeetienne/mcp-nowFAQ
Now MCP бесплатный?
Да, Now MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Now?
Нет, Now работает без API-ключей и переменных окружения.
Now — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Now в Claude Desktop, Claude Code или Cursor?
Открой Now на 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 Now with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
