MCP Catalogs
Home

PDB-MCP-Server vs time

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

PDB-MCP-Server
by Augmented-Nature
time
by modelcontextprotocol
Stars★ 24★ 85,748
30d uses
Score4277
Official
Categories
Knowledge GraphAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit5 mo agothis month

PDB-MCP-Server · Summary

An MCP server providing access to Protein Data Bank structures with search, retrieval and download capabilities.

time · Summary

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

PDB-MCP-Server · Use cases

  • Structural biologists researching protein structures for drug discovery
  • Scientists analyzing macromolecular assemblies and their interactions
  • Educational institutions providing access to structural biology datasets

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

PDB-MCP-Server · Install

npm install
npm run build

With Claude Desktop, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "pdb-server": {
      "command": "node",
      "args": ["/path/to/pdb-server/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.