Skip to main content
Glama
WhenjaySun

MCP Time Server

by WhenjaySun

MCP Time Server

A simple Model Context Protocol (MCP) server that provides the current time.

Features

  • Get Current Time: Returns the current time in a specified timezone (default: Asia/Shanghai).

  • Timezone Support: Supports standard IANA timezone names (e.g., "UTC", "America/New_York").

  • Transports: Supports both stdio (default) and HTTP Streamable Protocol.

Related MCP server: Beijing Time MCP Server

Installation

pip install .

Usage

1. Stdio Transport (Default)

Run the server directly:

mcp-server-time

Or with uv:

uv run mcp-server-time

2. HTTP Streamable Transport

This server supports the MCP HTTP Streamable Protocol. You can run it using uvicorn:

uvicorn server:app --port 8000

The server will be available at http://localhost:8000.

Tools

get_current_time

Returns the current time in the specified timezone.

Arguments:

  • timezone (string, optional): The timezone to get the time for (default: "Asia/Shanghai").

Related MCP Connectors

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    Provides current time and date information with timezone support and multiple formatting options. Enables AI assistants to answer time-related queries in different timezones with detailed temporal information.
    2
    3 npm
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables users to query and retrieve the current Beijing time in multiple formats including standard, ISO 8601, and Chinese formats. Provides timezone information and Unix timestamps for time-related operations.
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    Provides current time and timezone conversion using IANA timezone names, with automatic system timezone detection.
    2
    -