Provides real-time, timezone-aware date and time information via Model Context Protocol (MCP) with support for all IANA timezones and easy JSON integration for AI applications.
Unlock the full potential of Time MCP through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!
A Claude Model Configuration Protocol (MCP) server that provides real-time timezone-aware date and time information.
# Clone the repository git clone https://github.com/yourusername/time-mcp.git cd time-mcp # Set up virtual environment (using uv) uv venv source .venv/bin/activate # Install the package pip install -e .
python -m src.time_mcp.server
This starts the MCP server locally, making the time tool available to Claude.
get_current_time
: Returns the current time in the specified timezone
timezone
(string) - Any valid IANA timezone (e.g., "America/New_York", "Europe/London", "Asia/Tokyo")# Run tests pytest tests/ # Lint code ruff check . # Format code ruff format .
MIT
Provides standardized Model Context Protocol (MCP) access to YÖKATLAS data, enabling programmatic se...
Provides tools for retrieving, managing, and processing documentation via vector search to enhance A...
Provides 8-day global weather forecasts and current conditions with detailed hourly and daily data, ...
Provides IP query capabilities using the Model Context Protocol (MCP) to enable efficient and accura...
Efficient MCP (Model Context Protocol) server for managing inspirational phrases with full CRUD capa...