mcp-time-server

mcp-time-server

0

MCP Time Server is designed to be a reliable and efficient server for handling timezone data within the Model Context Protocol. It offers cross-platform functionality and comprehensive support for the IANA timezone database.

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