time vs opentargets-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | opentargets-mcp by nickzren | |
|---|---|---|
| Stars | ★ 85,748 | ★ 17 |
| 30天用量 | — | — |
| 综合分 | 77 | 45 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 知识库 / RAGAI / LLM 工具开发者工具 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
opentargets-mcp · 概述
MCP 服务器提供 68 个精选工具和 3 个高级 GraphQL 工具,访问 Open Targets 生物医学数据。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
opentargets-mcp · 使用场景
- 通过分析 22+ 数据源中的靶点-疾病关联来优先选择药物靶点
- 通过探索多跳疾病-靶点-药物证据链来重新定位现有药物的新用途
- 通过访问具有 L2G 预测和精细映射位点的 GWAS 研究来验证遗传变异
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"]
}
}
}opentargets-mcp · 安装
安装
使用 mcpm(Claude Desktop 推荐)
pip install mcpm
mcpm install opentargets使用 uvx(无需安装)
uvx --from git+https://github.com/nickzren/opentargets-mcp opentargets-mcp本地开发
git clone https://github.com/nickzren/opentargets-mcp
cd opentargets-mcp
pip install uv
uv sync
uv run python -m opentargets_mcp.serverClaude Desktop 配置
添加到 Claude Desktop 配置文件:
{
"mcpServers": {
"opentargets": {
"command": "uv",
"args": ["run", "python", "-m", "opentargets_mcp.server", "--transport", "stdio"]
}
}
}