AlphaFold-MCP-Server vs time
Side-by-side comparison to help you pick between these two MCP servers.
AlphaFold-MCP-Server by Augmented-Nature | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 34 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 5 mo ago | this month |
AlphaFold-MCP-Server · Summary
A comprehensive MCP server providing access to AlphaFold Protein Structure Database with tools for structure retrieval and analysis.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
AlphaFold-MCP-Server · Use cases
- Researchers can quickly retrieve and analyze protein structures for comparative studies
- Bioinformaticians can perform batch processing on multiple protein structures simultaneously
- Structural biologists can prepare visualization files with confidence score coloring for presentations
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
AlphaFold-MCP-Server · Install
# Clone or create the server directory
npm install
# Build the server
npm run buildAdd to your MCP configuration:
{
"mcpServers": {
"alphafold-server": {
"command": "node",
"args": ["/path/to/alphafold-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"]
}
}
}