@mukundakatta/timezone-mcp
v0.1.1
Published
MCP server: convert times between IANA timezones, list zones, get current offset.
Downloads
145
Maintainers
Readme
timezone-mcp
MCP server: convert times between IANA timezones, look up offsets, and list
all known zones. No external deps — backed by Node's built-in Intl tz
database.
Tools
convert
{ "iso": "2024-07-15T12:34:56Z", "zone": "America/New_York" }→
{
"zone": "America/New_York",
"iso": "2024-07-15T12:34:56.000Z",
"wallclock": "2024-07-15T08:34:56-04:00",
"offset": "-04:00"
}DST is handled automatically per IANA rules.
offset
Returns the offset for an instant (or now) in a zone, both as signed
minutes and as ±HH:MM.
list
Every IANA zone the runtime knows. ~400 entries on a modern Node.
Configure
{ "mcpServers": { "timezone": { "command": "npx", "args": ["-y", "@mukundakatta/timezone-mcp"] } } }License
MIT.
