A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Give your AI agent a real clock. Public, read-only, no API key:
Models cannot reliably compute local times, DST transitions, or timezone math on their own. This server gives any MCP-capable assistant live answers from the IANA timezone database and a 224,000+ city registry, with the answer's source page cited in every response.
https://worldclock.pro/mcp (Streamable HTTP, stateless, JSON-RPC 2.0)/.well-known/mcp/server-card.jsonpro.worldclock/time (domain-verified)Claude Code
Claude Desktop β Settings β Connectors β Add custom connector β paste the URL.
Cursor β paste into ~/.cursor/mcp.json (or use the button on worldclock.pro/mcp):
VS Code
ChatGPT β Settings β Apps & Connectors β Advanced settings β enable Developer mode β create a connector with the URL and No authentication. The server is read-only, so it works on plans where custom connectors are limited to read-only tools.
OpenClaw β add to openclaw.json:
MCP Inspector
| Tool | What it does | Try asking |
|---|---|---|
get_current_time | Current time in one or many places (up to 50 at once). | "What time is it in Tokyo, Paris, and UTC?" |
convert_time | Move one moment across time zones, DST-safe. | "If it's 9 AM Monday in New York, what time is it in Sydney?" |
time_by_coordinates | Time at any point on Earth, by latitude/longitude. | "What's the local time at 48.85, 2.35?" |
get_dst_transitions | DST observance and exact clock-change dates for any year. | "When do the clocks change in London this year?" |
search_cities | Multilingual city lookup β canonical slug, IANA zone, coordinates. | "Find cities called 'San Jose'." |
Every result includes a source_url linking the matching worldclock.pro page,
so answers can cite a live source.
"Tokyo", "new-york", "nyc", "ΠΠΎΡΠΊΠ²Π°", "SΓ£o Paulo""America/New_York") or abbreviation ("PST", "ET", "UTC")This repo is itself a plugin marketplace:
The plugin wires up the remote MCP server and installs the world-clock skill,
which teaches the assistant when to use which tool and the classic timezone traps
(EST vs ET, half-hour offsets, date-line weekday changes).
The same skill follows the Agent Skills format:
readOnlyHint: true. There are no
write operations, no accounts, and nothing to sign in for.pro.worldclock/time is published with
cryptographic proof of control of worldclock.pro.search_cities returns up to 25 matches).Retry-After beyond that).LOCATION_NOT_FOUND, INVALID_TIMEZONE,
AMBIGUOUS_INSTANT, ...) an agent can read and recover from.MIT licensed. See SECURITY.md for the security posture.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/time-5)<a href="https://allmcps.com/mcp/time-5"><img src="https://allmcps.com/api/badge/time-5?style=directory" alt="Time on AllMCPs" /></a>