mcp-time-php
If you are the rightful owner of mcp-time-php 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.
PHPで実装されたMCPサーバーで、時刻とタイムゾーン変換機能を提供します。
The Time MCP Server by PHP is a Model Context Protocol server that provides time and timezone conversion functionalities. It allows LLMs to retrieve current time information using IANA timezone names and perform timezone conversions. The server automatically detects the system timezone, making it versatile for various applications. It is implemented in PHP and can be integrated with different platforms like Claude and Zed for seamless time management and conversion tasks.
Features
- Provides current time retrieval in specified or system timezone.
- Performs timezone conversion between different IANA timezone names.
- Automatically detects system timezone for default operations.
- Easily integrates with platforms like Claude and Zed.
- Customizable timezone settings via command-line arguments.
Tools
get_current_time
Retrieves the current time in a specified or system timezone.
convert_time
Converts time between different IANA timezone names.