https://github.com/txbm/mcp-time-server
Model Context Protocol Time Server - A robust timezone-aware time server implementation
https://github.com/txbm/mcp-time-server
Last synced: 8 months ago
JSON representation
Model Context Protocol Time Server - A robust timezone-aware time server implementation
- Host: GitHub
- URL: https://github.com/txbm/mcp-time-server
- Owner: txbm
- Created: 2024-12-29T20:05:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-29T20:13:45.000Z (10 months ago)
- Last Synced: 2025-01-07T06:56:33.726Z (10 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **mcp-time-server** - Model Context Protocol Time Server - A robust timezone-aware time server implementation `server` `git clone https://github.com/txbm/mcp-time-server` (📦 Other)
- awesome-mcp-servers - **mcp-time-server** - Model Context Protocol Time Server - A robust timezone-aware time server implementation `server` `git clone https://github.com/txbm/mcp-time-server` (Other)
README
# MCP Time Server
A robust timezone-aware time server implementation for the Model Context Protocol.
## Features
- Full IANA timezone database support
- Cross-platform compatibility with bundled tzdata
- Proper error handling and validation
- Async/await implementation for high performance
- Comprehensive test coverage
## Installation
```bash
pip install mcp-time-server
```
## Usage
```bash
python -m mcp_time_server
```
## Development
```bash
# Install development dependencies
pip install -e ".[dev]"
# Run tests
pytest
```