Back to MCP Servers
Time Node
Timezone-aware date and time operations with support for IANA timezones, timezone conversion, and Daylight Saving Time handling.
developer-toolsnode
By davidan90
Installation
npx -y time-node-mcpConfiguration
{
"mcpServers": {
"time-node-mcp": {
"command": "npx",
"args": ["-y", "time-node-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes