本地时间获取服务

Created By
panpeter2024a year ago
为 LLM 提供了获取“当前”时间、日期、星期等信息的能力。有了它,LLM 回答“现在”、“最近”相关问题时,终于可以获得真正的“现在”——不再停留在模型训练的过去!
Overview

What is DateServer MCP?

DateServer MCP is a local date and time tool service based on FastMCP, supporting the MCP protocol, which can be run locally and accessed via MCP clients like Cherry Studio.

How to use DateServer MCP?

To use DateServer MCP, clone the repository from GitHub, set up a virtual environment, install the required dependencies, and start the service. Configure the MCP service in Cherry Studio to connect to the local server.

Key features of DateServer MCP?

  • Provides current date, time, and weekday in various formats.
  • Supports Unix timestamp retrieval.
  • Runs locally without the need for public exposure.

Use cases of DateServer MCP?

  1. Local applications needing real-time date and time information.
  2. Development of time-sensitive applications without internet dependency.
  3. Integration with other local services requiring date and time data.

FAQ from DateServer MCP?

  • Is DateServer MCP free to use?

Yes! DateServer MCP is free to use for everyone.

  • Can I customize the port or extend functionality?

Yes! You can modify server_date.py to customize the port or add features.

Server Config

{
  "mcpServers": {
    "dateserver": {
      "command": "python",
      "args": [
        "server_date.py"
      ],
      "setup": [
        "python -m venv venv",
        "venv\\Scripts\\activate || source venv/bin/activate",
        "pip install -r requirements.txt"
      ],
      "env": {}
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
panpeter2024
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Synx

an hour ago