ChEMBL-MCP-Server vs time
Side-by-side comparison to help you pick between these two MCP servers.
ChEMBL-MCP-Server by Augmented-Nature | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 83 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | DatabaseAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 5 mo ago | this month |
ChEMBL-MCP-Server · Summary
A comprehensive MCP server providing 22 specialized tools for ChEMBL chemical database access in drug discovery research.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ChEMBL-MCP-Server · Use cases
- Drug discovery researchers querying bioactivity data for specific targets
- Chemists searching for compounds with specific structural properties
- AI systems performing integrated analysis of chemical data through MCP
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
ChEMBL-MCP-Server · Install
Installation
Prerequisites
- Node.js (v16 or higher)
- npm or yarn
Setup
- Clone the repository:
git clone <repository-url>
cd chembl-server- Install dependencies:
npm install- Build the project:
npm run buildAdding to Claude Desktop
Add the server to your Claude Desktop MCP configuration:
{
"mcpServers": {
"chembl": {
"command": "node",
"args": ["/path/to/chembl-server/build/index.js"],
"env": {}
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}