- 本地时间获取服务
本地时间获取服务
为 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?
- Local applications needing real-time date and time information.
- Development of time-sensitive applications without internet dependency.
- 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.pyto 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 agoUpdated At
a year agoAuthor Name
panpeter2024Star
-Language
-License
-Recommend Servers
View AllSynx
an hour ago
Filesystem
@modelcontextprotocol
2 months ago
Meok Vehicle Handover Mcp
a day ago
Meok Vehicle Handover Mcp
a day ago