
Timezone Mcp
Let agents convert and reason about times across IANA zones with correct daylight saving behavior.
Overview
io.github.MukundaKatta/timezone-mcp is an MCP server for the Build phase that performs IANA timezone conversions with correct DST handling for agents and backends.
What is this MCP server?
- IANA timezone identifiers with real DST rules
- Stdio npm package @mukundakatta/timezone-mcp v0.1.0
- Part of the MukundaKatta mcp-stack monorepo
- Avoids hand-rolled offset math in agent-generated code
- npm package @mukundakatta/timezone-mcp version 0.0.1 listed as 0.1.0 in schema
- Monorepo subfolder packages/timezone-mcp on GitHub MukundaKatta/mcp-stack
What problem does it solve?
Agents and quick scripts often get DST and zone names wrong, causing off-by-one-hour bugs in user-facing schedules.
Who is it for?
Builders adding multi-timezone scheduling, billing windows, or localized timestamps to a SaaS or agent workflow.
Skip if: Products that only ever store UTC instants with no user-facing local time display.
What do I get? / Deliverables
After install, your agent can call MCP tools for reliable zone conversions instead of guessing UTC offsets.
- Correct local/UTC conversions for named IANA zones
- Agent-accessible timezone tools for app and script generation
Recommended MCP Servers
Journey fit
Timezone logic usually lands during integrations and scheduling features, then keeps mattering in ops and lifecycle messaging. Integrations is the canonical shelf for reusable datetime helpers agents call from product code.
How it compares
Focused datetime MCP integration, not a calendar SaaS or cron platform.
Common Questions / FAQ
Who is io.github.MukundaKatta/timezone-mcp for?
Indie developers and agent users who need correct IANA timezone math without pulling in a heavy datetime library in every prompt.
When should I use io.github.MukundaKatta/timezone-mcp?
Use it when implementing features that convert between user locales, server UTC, and named regions including DST transitions.
How do I add io.github.MukundaKatta/timezone-mcp to my agent?
Install @mukundakatta/timezone-mcp from npm, configure stdio MCP in your host, and expose the conversion tools to your agent per the mcp-stack package docs.