mcp-time-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-time-serverWhat time is it in Tokyo?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-time-server
An MCP server for time operations. Provides tools for getting the current time, converting timestamps, comparing timezones, date arithmetic, and more.
Tools
get_current_time — current time in a given timezone
timestamp_to_date — Unix timestamp → human-readable date
date_to_timestamp — date string → Unix timestamp
time_delta — compare current time in two timezones and show the difference
add_time — add or subtract days, hours, minutes from a date
countdown — time remaining until a target date
date_info — day of week, week number, day of year, leap year
day_of_week — day of week for a date
week_number — ISO week number for a date
All tools support the timezone parameter — any IANA timezone (e.g. Europe/Moscow, America/New_York, UTC).
Related MCP server: MCP Time Server
Configuration
Variable | Description | Default |
| Default timezone |
|
Installation
Requires uv.
Claude Code
claude mcp add time -- uvx --from git+https://github.com/sherevv/mcp-time-server mcp-time-serverClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["--from", "git+https://github.com/sherevv/mcp-time-server", "mcp-time-server"],
"env": {
"MCP_TIME_TIMEZONE": "Europe/Moscow"
}
}
}
}Cursor, Windsurf and other MCP clients
Same approach — set uvx as the command in your client's MCP settings.
Updating
Clear the uv cache and restart your client:
uv cache clean mcp-time-serverOn the next launch, uvx will fetch the latest version from the repository.
Usage examples
After connecting, ask your assistant:
"What time is it in Tokyo?"
"Convert timestamp 1700000000 to a date"
"What's the timestamp for 2025-01-01 00:00:00 in Moscow?"
"What day of the week is 2025-12-31?"
"How much time is left until New Year?"
License
This server cannot be deployed
Maintenance
Related MCP Connectors
Deterministic time tools for AI agents: timezone conversion, business-day math, cron interpretation.
Time and date math for AI agents: Unix timestamp conversion, DST-correct time zone conversion, durations, epoch arithmetic, cron schedules, and holiday countdowns. Eight tools, no key.
Current time, timezone conversion & date math for AI agents. On Cloudflare Workers.
Get the current time in your chosen timezone and view common timezone information. Simplify schedu…
Related MCP Servers
- AlicenseBqualityDmaintenanceGives large language models time awareness capabilities through various time-related functions including current time retrieval, timezone conversion, and relative time calculations.61,214 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides time and date functionality with support for multiple formats and timezones, enabling users to get current time/date, format timestamps, and retrieve comprehensive datetime information.55 npm1MIT
- AlicenseNot gradedqualityCmaintenanceProvides time zone management utilities including retrieving current time in any global time zone and converting time between different time zones with automatic daylight saving time handling.55 npmMIT
- AlicenseAqualityDmaintenanceProvides tools for date-time manipulation, including timezone conversion and arithmetic operations like adding or subtracting time units. It also enables users to retrieve current date, time, and timezone information.330 npmISC