MCP ServerSTDIOOfficialv1.0.2

Rog0x Time MCP Server

Convert timezones, parse dates, evaluate cron expressions, and work with timestamps—essential utilities for AI agents that need to reason about time across regions and schedules.

io.github.rog0x/time

Hosted URL

Local install

Transport

STDIO

Auth

No auth required

What the Rog0x Time MCP server does

How models use it and what it is built for.

Convert timezones, parse dates, evaluate cron expressions, and work with timestamps—essential utilities for AI agents that need to reason about time across regions and schedules.

Connect to Rog0x Time

Local install — runs as a subprocess.

npx @rog0x/mcp-time-tools@1.0.2

Resources

Where to find authoritative docs and source for Rog0x Time.

Example prompts for Rog0x Time

Paste any of these into Agent Studio after connecting Rog0x Time.

  • What time is 3 PM EST in Tokyo and Sydney right now?
  • Parse this cron expression and tell me when it next runs: 0 9 * * 1-5
  • Convert Unix timestamp 1704067200 to a human-readable date in UTC and Asia/Kolkata
  • What's the current date and time in five different timezones?

Rog0x Time MCP server — FAQ

Common questions about connecting and running Rog0x Time.

  • What timezone formats does this MCP server support?

    The server handles standard IANA timezone identifiers (e.g., America/New_York, Europe/London, Asia/Tokyo). Refer to the documentation for the complete list of supported timezones and any regional abbreviation support.

  • Can I use this server to schedule tasks or just read cron expressions?

    This server evaluates and parses cron expressions—it tells you when a cron job will run next. For actual task scheduling, you'd integrate this with a separate scheduler or job runner.

  • How do I install and run the MCP time tools server?

    Install via npm with `npx @rog0x/mcp-time-tools@1.0.2`. The server uses stdio transport, so it communicates with your MCP client over standard input/output streams.

  • Does this server handle daylight saving time (DST) transitions?

    The server uses standard timezone libraries that account for DST rules. When converting times across timezones, DST is applied according to the target region's current rules.

  • What timestamp formats are supported—only Unix time?

    The server works with Unix timestamps (seconds since epoch). Check the documentation for support of other formats like ISO 8601 or millisecond-precision timestamps.

Skip the local setup — run MCP in your browser

MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 60+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.

Open Agent Studio

Related servers

More on MCP Playground