davidan90/time-node-mcp
Timezone-aware date and time operations with support for IANA timezones, timezone conversion, and Daylight Saving Time handling.
Quick Start
Clone the repository:
git clone https://github.com/davidan90/time-node-mcpClaude 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.