Time MCP Server

Active

A Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.

All
Updated 8/2/2025
Key Features

What makes this MCP server special

Get time
Convert time

Requirements

UVX
docker
PIP
Server Information

Status

Active

Location

All

Version

1.0.0

License

MIT

Author

modelcontextprotocol

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

pip install mcp-server-time

2. Configuration

{
  "mcpServers": {
  "time": {
  "command": "python",
  "args": ["-m", "mcp_server_time"]
  }
  }
 }

3. Usage Example

What time is it now?