MCP Catalogs
首页

ChEMBL-MCP-Server vs time

并排对比,帮你在这两个 MCP server 之间做选择。

ChEMBL-MCP-Server
by Augmented-Nature
time
by modelcontextprotocol
Stars★ 83★ 85,748
30天用量
综合分4877
官方
分类
数据库AI / LLM 工具开发者工具
效率工具开发者工具沟通协作
实现语言JavaScriptTypeScript
最近提交5 个月前本月

ChEMBL-MCP-Server · 概述

一个功能全面的 MCP 服务器,提供 22 种专业工具,用于药物研发研究中的 ChEMBL 化学数据库访问。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

ChEMBL-MCP-Server · 使用场景

  • 药物研发研究人员查询特定靶点的生物活性数据
  • 化学家搜索具有特定结构特性的化合物
  • AI 系统通过 MCP 执行化学数据的集成分析

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

ChEMBL-MCP-Server · 安装

安装

前置条件

  • Node.js (v16 或更高版本)
  • npm 或 yarn

设置

  1. 克隆仓库:
git clone <repository-url>
cd chembl-server
  1. 安装依赖项:
npm install
  1. 构建项目:
npm run build

添加到 Claude Desktop

将服务器添加到您的 Claude Desktop MCP 配置中:

{
  "mcpServers": {
    "chembl": {
      "command": "node",
      "args": ["/path/to/chembl-server/build/index.js"],
      "env": {}
    }
  }
}

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"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。