txbm/mcp-time-server
If you are the rightful owner of mcp-time-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A robust timezone-aware time server implementation for the Model Context Protocol.
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
pip install mcp-time-server
Usage
python -m mcp_time_server
Development
# Install development dependencies
pip install -e ".[dev]"
# Run tests
pytest