Time
Current time, timezone conversion, and scheduling primitives.
Install
Add this command to your MCP client config to connect Time.
uvx mcp-server-timeAbout Time
The Time server is a small but surprisingly load-bearing utility: it exposes the current time, converts between timezones, and formats timestamps.
Why bother? Because models do not reliably know the current date or how to handle timezones, and a lot of agent tasks ("schedule a meeting for next Tuesday at 3pm in the user's timezone") fall apart without it.
Drop-in, no auth, no config beyond an optional default timezone.
Tags
Related servers
Other MCP servers in Other and beyond.
Google Maps
Anthropic
Geocoding, directions, places, and distance lookups via Google Maps.
Filesystem
Anthropic
Read, write, and search local files with sandboxed directory access.
PostgreSQL
Anthropic
Read-only Postgres access — schema introspection and SQL queries.
Slack
Anthropic
Read channels, post messages, and search history in a Slack workspace.
Fetch
Anthropic
Fetch a URL and return clean Markdown — the canonical web-reading tool.
GitHub
GitHub
Issues, PRs, code search, and repository operations across GitHub.