date_mcp
If you are the rightful owner of date_mcp 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.
DateServer MCP is a local date and time tool service based on FastMCP, supporting the MCP protocol and can be called by MCP clients like Cherry Studio.
DateServer MCP is a local service designed to provide date and time functionalities using the FastMCP protocol. It is intended to run locally and can be accessed by MCP clients such as Cherry Studio. The service offers various tools to fetch current date, time, weekday, timestamp, and ISO formatted date-time. It is built to be simple to deploy and use, requiring minimal setup. The service is designed to be secure by running locally without the need for public exposure. Users can customize the service by modifying the server_date.py file to change the port or extend its functionalities.
Features
- Local deployment: Runs locally without the need for public exposure.
- MCP protocol support: Compatible with MCP clients like Cherry Studio.
- Date and time tools: Provides current date, time, weekday, timestamp, and ISO date-time.
- Customizable: Users can modify server_date.py for custom ports or additional features.
- Simple setup: Easy to deploy with minimal configuration required.
Tools
get_current_date
Fetches the current date in YYYY-MM-DD format.
get_current_time
Fetches the current time in HH:MM:SS format.
get_current_weekday
Fetches the current weekday in Chinese.
get_current_timestamp
Fetches the current Unix timestamp in seconds.
get_current_iso_datetime
Fetches the current date and time in ISO 8601 format.