date_mcp
1
DateServer MCP is a local service tool for managing date and time, based on FastMCP. It provides an easy-to-setup environment for accessing date and time functions using MCP clients like Cherry Studio. The service is designed to run locally without requiring internet exposure, ensuring security and privacy.
Overview
- DateServer MCP Service is a local date and time tool service based on FastMCP.
- Fully supports MCP protocol and can be used with MCP clients like Cherry Studio.
- Key Features:
- Retrieve current date, time, weekday, Unix timestamp, and ISO datetime.
- Operates locally without the need for public internet exposure.
Deployment and Usage
- Prepare the environment with Python 3.8 or higher and use a virtual environment for dependencies.
- Clone the repository.
- Create a virtual environment and install
fastmcp
. - Start the service via provided commands for macOS/Linux or Windows.
- Configure the MCP service in Cherry Studio with the service address
http://127.0.0.1:9000/sse
and using SSE transport.