
Time
CommunityTime-zone math and conversions.
Tiny Python reference server. Answers `what time is it in Tokyo` and converts durations between zones. Useful as a primitive inside calendar-aware agents.
What it does
- Reports the current time for any IANA time zone via the get_current_time tool
- Converts a timestamp between two zones with the convert_time tool
- Resolves zone abbreviations like PST or JST to the canonical IANA identifier
- Returns both ISO 8601 strings and unix epochs so downstream tools never parse twice
- Uses the host system tzdata so DST transitions are handled for free
- Makes no network calls and holds no persistent state
Best for
Time is a MCP server categorised under productivity, official, time, timezone. Tiny Python reference server. Answers `what time is it in Tokyo` and converts durations between zones. Useful as a primitive inside calendar-aware agents.
Pick your MCP client from the Install panel on this page to get a one-click install link (Cursor, VS Code) or a ready-to-paste configuration for Claude Desktop, Claude Code, Gemini, Codex, Windsurf, and other MCP-compatible clients. No local setup required for remote servers.
Time is released under the MIT license. This is a permissive open-source license, so you can freely use, modify, and distribute it — subject to its terms.
Reviews
Write a ReviewBe the first to leave a review after using this server in production.
README
Alternatives
Scoped file access with configurable allow-lists.
GitHub's own MCP server for issues, PRs, and code search.
URL fetcher that returns clean markdown.