Time MCP
by samay58
Verified
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
time-mcp
A Claude Model Configuration Protocol (MCP) server that provides real-time timezone-aware date and time information.
Features
- Get current time in any IANA timezone
- Easy integration with Claude AI through MCP
- Comprehensive timezone support using Python's zoneinfo module
- Simple JSON responses in ISO format
Installation
Copy
Usage
Running the Server
Copy
This starts the MCP server locally, making the time tool available to Claude.
Available Tools
get_current_time
: Returns the current time in the specified timezone- Parameter:
timezone
(string) - Any valid IANA timezone (e.g., "America/New_York", "Europe/London", "Asia/Tokyo") - Default: "UTC" if no timezone is specified
- Parameter:
Development
Copy
Requirements
- Python 3.10+
- MCP library
License
MIT
This server cannot be installed
A Claude Model Configuration Protocol (MCP) server that provides real-time timezone-aware date and time information.