An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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
```