MCP Catalogs
Home

medical-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

medical-mcp
by JamesANZ
time
by modelcontextprotocol
Stars★ 90★ 85,748
30d uses
Score4877
Official
Categories
AI / LLM ToolsKnowledge GraphDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit3 mo agothis month

medical-mcp · Summary

Medical MCP provides trusted medical data from FDA, WHO, PubMed, RxNorm, and Google Scholar with no API keys required.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

medical-mcp · Use cases

  • Medical researchers conducting literature reviews without paywalls
  • Healthcare developers building prototypes with real medical data
  • Clinicians referencing drug details and health statistics during patient consultations

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

medical-mcp · Install

Install in Cursor (Recommended)

Click the install link or use:

cursor://anysphere.cursor-deeplink/mcp/install?name=medical-mcp&config=eyJtZWRpY2FsLW1jcCI6eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIm1lZGljYWwtbWNwIl19fQ==

Manual Installation

# Clone and build
git clone https://github.com/JamesANZ/medical-mcp.git
cd medical-mcp
npm install
npm run build

# Run server
npm start

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "medical-mcp": {
      "command": "node",
      "args": ["/absolute/path/to/medical-mcp/build/index.js"]
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.