time vs scopus-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | scopus-mcp by qwe4559999 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 25 |
| 30天用量 | — | — |
| 综合分 | 77 | 43 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | AI / LLM 工具开发者工具知识库 / RAG |
| 实现语言 | TypeScript | Python |
| 最近提交 | 本月 | 4 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
scopus-mcp · 概述
一个MCP服务器,连接AI助手与爱思唯尔Scopus进行学术论文搜索与分析。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
scopus-mcp · 使用场景
- 学术研究人员可以搜索和分析与其领域相关的科学论文
- AI助手可以提供学术论文的综合摘要和分析
- 学生和研究人员可以追踪作者发表历史和研究影响力
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"]
}
}
}scopus-mcp · 安装
安装
快速设置(使用uv)
- 安装uv包管理器
- Windows: powershell -c "irm https://astral.sh/uv/install.ps1 | iex" - macOS/Linux: curl -LsSf https://astral.sh/uv/install.sh | sh
- 从[爱思唯尔开发者门户](https://dev.elsevier.com/)获取API密钥
- 在Claude Desktop中配置:
{
"mcpServers": {
"scopus-assistant": {
"command": "uvx",
"args": [
"scopus-mcp"
],
"env": {
"SCOPUS_API_KEY": "您的API密钥"
}
}
}
}手动设置
- 安装Python 3.10+
- 安装依赖:
pip install . - 创建包含API密钥的config.json文件
- 将MCP_tool_config.json导入您的MCP客户端