student-services-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
student-services-mcp by EdyVision | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 31 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具education效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 8 个月前 | 本月 |
student-services-mcp · 概述
基于FastAPI的MCP服务器,提供学生管理、学术规划和辍学风险预测功能。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
student-services-mcp · 使用场景
- 教育机构管理学生记录和学术规划
- 管理员分析辍学风险并识别处于危险中的学生
- 助学金办公室确定学生资格
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
student-services-mcp · 安装
安装
前置要求
- Python 3.13+
- [uv](https://github.com/astral-sh/uv) - Python快速包安装器
- [Docker](https://www.docker.com/) (可选)
本地安装
- 克隆仓库:
git clone https://github.com/edyvision/student-services-demo-mcp.git
cd student-services-demo-mcp- 安装依赖:
uv sync
# 或
make install- 运行服务器:
uv run main.py
# 或
make start.mcpDocker安装
docker compose up --buildClaude Desktop配置
添加到您的Claude Desktop mcp.json文件:
{
"mcpServers": {
"student-services-mcp": {
"url": "http://localhost:7860/mcp"
}
}
}time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}