一个简单的 MCP Server,提供获取当前时间的工具
Project description
MCP Time Server
一个简单的 MCP (Model Context Protocol) Server,提供获取当前时间的工具。
功能特性
- 获取当前时间
- 支持可选的时区参数
- 简洁易用的 API
- 完整的错误处理
安装
pip install mcp-time-server
使用方法
作为命令行工具
mcp-time-server
作为 Python 模块使用
from mcp_time_server import get_current_time
# 获取本地时间
print(get_current_time())
# 输出: 2024-01-27 15:30:45
# 获取 UTC 时间
print(get_current_time("UTC"))
# 输出: 2024-01-27 07:30:45 UTC
# 获取上海时间
print(get_current_time("Asia/Shanghai"))
# 输出: 2024-01-27 15:30:45 CST
API 文档
get_current_time(timezone: Optional[str] = None) -> str
获取当前时间。
参数:
timezone(可选): 指定时区,例如:'Asia/Shanghai', 'UTC', 'America/New_York'。如果不提供,则使用本地时区。
返回:
- 格式化的当前时间字符串
示例:
get_current_time() # 本地时间
get_current_time("UTC") # UTC 时间
get_current_time("Asia/Shanghai") # 上海时间
get_current_time("America/New_York") # 纽约时间
依赖项
- Python >= 3.8
- mcp >= 1.0.0
- pytz >= 2024.1
开发
克隆仓库
git clone https://github.com/yourusername/mcp-time-server.git
cd mcp-time-server
安装开发依赖
pip install -e .
运行测试
python mcp_time_server.py
许可证
MIT License
贡献
欢迎提交 Issue 和 Pull Request!
链接
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_time_server_hr-0.1.4.tar.gz.
File metadata
- Download URL: mcp_time_server_hr-0.1.4.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.1 CPython/3.13.0 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7dfd487a5edb2196c505b1501d163279546fecefbc840dbb3210883184667a7
|
|
| MD5 |
447cf729b950d33e9810962a351a57be
|
|
| BLAKE2b-256 |
248c3d8a5b891843d627f7df6e1d1ac998897d0dfd0566376076c3ccf8f8ec5e
|
File details
Details for the file mcp_time_server_hr-0.1.4-py3-none-any.whl.
File metadata
- Download URL: mcp_time_server_hr-0.1.4-py3-none-any.whl
- Upload date:
- Size: 1.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.1 CPython/3.13.0 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e06a97e51f196de945815b830bdb973bc78877f144e145b9726594e6bdae30fc
|
|
| MD5 |
f0dbafc778f4ae4738cfaaa50f9c5515
|
|
| BLAKE2b-256 |
2ef6577c992d764525cd41999d38fb4223c5b8e88c62c7c965547c9d5b6b4a2e
|