Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Now

FreeNot checked

Provides tools to get the current date and time, with optional timezone support, designed for testing MCP compatibility.

GitHubEmbed

About

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"]
    }
  }
}

from github.com/jeromeetienne/mcp-now

Install Now in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcp-now

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mcp-now -- npx -y mcp-now

FAQ

Is Now MCP free?

Yes, Now MCP is free — one-click install via Unyly at no cost.

Does Now need an API key?

No, Now runs without API keys or environment variables.

Is Now hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Now in Claude Desktop, Claude Code or Cursor?

Open Now on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Now with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs