time vs brightspace-mcp-server
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | brightspace-mcp-server by RohanMuppa | |
|---|---|---|
| Stars | ★ 85,748 | ★ 19 |
| 30天用量 | — | — |
| 综合分 | 77 | 43 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | educationAI / LLM 工具效率工具 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 1 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
brightspace-mcp-server · 概述
Brightspace (D2L) 的 MCP 服务器,可让 AI 查看成绩、作业、通知和课程内容。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
brightspace-mcp-server · 使用场景
- 询问成绩并在多门课程间比较表现
- 获取即将到来的作业截止日期并创建学习计划
- 访问和总结课程通知和讨论帖子
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"]
}
}
}brightspace-mcp-server · 安装
安装
**选项 1:让您的 AI 助手完成** 将以下内容粘贴到 Claude Code、Cursor、Windsurf、Copilot 或任何 AI 编程助手中:
请按照 https://github.com/RohanMuppa/brightspace-mcp-server/blob/main/LLMs.md 为我安装 brightspace-mcp-server(如果是普渡学生,使用 --purdue 参数)。**选项 2:自行运行**
npx brightspace-mcp-server setup普渡学生可以添加 --purdue 参数以跳过输入学校 URL。
**手动客户端配置** 对于不支持自动设置的客户端:
- 首先运行
npx brightspace-mcp-server setup保存凭据 - 使用以下命令注册服务器:
npx -y brightspace-mcp-server@latest - 在 Windows 上:
cmd /c npx -y brightspace-mcp-server@latest
**Claude Desktop 配置** 添加到 claude_desktop_config.json:
{
"mcpServers": {
"brightspace": {
"command": "npx",
"args": ["-y", "brightspace-mcp-server@latest"]
}
}
}