Skip to main content
Glama
jeromeetienne

mcp-now

mcp-now

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

Related MCP server: DateTime MCP Server

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"]
    }
  }
}
Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Provides current local datetime information with timezone support. Serves as a minimal blueprint for building simple, single-purpose MCP servers.
    23
    1
    MIT
  • F
    license
    A
    quality
    -
    maintenance
    Provides timezone-aware date and time information with configurable time formats and timezone support. Enables users to get current date and time in their preferred timezone and format through simple MCP tools.
    2
  • A
    license
    -
    quality
    D
    maintenance
    Provides tools to get the current date and time in various formats (ISO, Unix timestamp, human-readable, custom) with configurable timezone support.
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    MCP server providing various date/time functions including current time, timezone conversion, and relative time calculations. Supports both local stdio and remote HTTP access via Cloudflare Workers.
    6
    322
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Timezone MCP — wraps WorldTimeAPI (free, no auth)

  • A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.

  • Convert and compare dates and times across any timezone with flexible, locale-aware formatting. Ad…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeromeetienne/mcp-now'

If you have feedback or need assistance with the MCP directory API, please join our Discord server