Skip to main content
Developer ToolsTypeScript

davidan90/time-node-mcp

Timezone-aware date and time operations with support for IANA timezones, timezone conversion, and Daylight Saving Time handling.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/davidan90/time-node-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "time-node-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "davidan90/time-node-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
davidan90