DateTime

A Model Context Protocol (MCP) server that provides tools to get the current date and time in various formats. This is a TypeScript implementation of the datetime MCP server, demonstrating how to build MCP servers using the TypeScript SDK.
  • javascript

1

GitHub Stars

javascript

Language

6 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "takanarishimbo-npx-datetime-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@takanarishimbo/datetime-mcp-server"
      ],
      "env": {
        "TIMEZONE": "UTC",
        "DATETIME_FORMAT": "iso",
        "DATE_FORMAT_STRING": "YYYY/MM/DD HH:mm"
      }
    }
  }
}

Available tools

get_current_time

Get the current date and time in the configured format and timezone

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
DateTime MCP Server - takanarishimbo/npx-datetime-mcp-server | VeilStrat