petrarca/time-mcp-server
If you are the rightful owner of time-mcp-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.
The Time MCP Server is a Model Context Protocol server providing time-related tools for Large Language Models, built with FastMCP 2.0.
The Time MCP Server is designed to offer time-related functionalities to Large Language Models (LLMs) through the Model Context Protocol (MCP). It is built using FastMCP 2.0 and provides tools to retrieve the current time and its components in various formats and timezones. The server is set up to run using Python 3.12 or higher, with package management handled by 'uv' and task automation by 'task'. The server can be run using different transport types, including stdio and HTTP, making it versatile for integration with local and remote clients. The server's tools are accessible via a simple API, allowing LLMs to query for current time data and its components, formatted according to specified parameters.
Features
- Built with FastMCP 2.0 for efficient protocol handling.
- Provides tools to get current time and its components.
- Supports multiple transport types: stdio and HTTP.
- Easily integrates with LLM clients like Claude Desktop.
- Configurable timezone and date format options.