Skip to main content
Glama
Sherevv

mcp-time-server

by Sherevv

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

MCP_TIME_TIMEZONE

Default timezone

UTC

Installation

Requires uv.

Claude Code

claude mcp add time -- uvx --from git+https://github.com/sherevv/mcp-time-server mcp-time-server

Claude 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-server

On 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

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Gives large language models time awareness capabilities through various time-related functions including current time retrieval, timezone conversion, and relative time calculations.
    Last updated
    6
    1,697
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides 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.
    Last updated
    110
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Provides 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.
    Last updated
    110
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    Last updated
    3
    42
    ISC

View all related MCP servers

Related MCP Connectors

  • Convert and compare dates and times across any timezone with flexible, locale-aware formatting. Ad…

  • A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.

  • Timezone tools for agents: convert, world clock, offset, lookup, date math, holidays, slots. x402

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sherevv/mcp-time-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server