time vs clintrials-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | clintrials-mcp by plainyogurt21 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 0 |
| 30d uses | — | — |
| Score | 77 | 33 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolshealthDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | 7 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
clintrials-mcp · Summary
MCP server providing structured access to ClinicalTrials.gov data with search, retrieval, and analysis capabilities.
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
clintrials-mcp · Use cases
- Medical researchers can quickly find relevant clinical trials by condition, intervention, or sponsor
- Healthcare professionals can retrieve detailed trial information including eligibility criteria and results
- Data analysts can examine statistical distributions of trial phases and other parameters across studies
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"]
}
}
}clintrials-mcp · Install
Installation
- Install dependencies:
pip install -r requirements.txt- Run the MCP server:
python mcp_server.pyClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"clintrials": {
"command": "python",
"args": ["mcp_server.py"]
}
}
}Alternative Deployments
The server can be deployed to AWS Lambda, Railway, Render, or run locally with Cloudflare Tunnel.