Augmented-Nature-UniProt-MCP-Server vs time
Side-by-side comparison to help you pick between these two MCP servers.
Augmented-Nature-UniProt-MCP-Server by Augmented-Nature | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 19 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | DatabaseDeveloper ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 5 mo ago | this month |
Augmented-Nature-UniProt-MCP-Server · Summary
Comprehensive UniProt MCP server with 26 bioinformatics tools for protein research and analysis.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Augmented-Nature-UniProt-MCP-Server · Use cases
- Bioinformatics researchers can quickly retrieve detailed protein information and sequences for analysis
- AI assistants can perform complex protein queries and comparative genomics through MCP tool calling
- Drug discovery teams can analyze protein structures, variants, and pathways to identify potential therapeutic targets
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
Augmented-Nature-UniProt-MCP-Server · Install
Installation
Prerequisites
- Node.js (v16 or higher)
- npm or yarn
Setup
- Clone the repository:
git clone <repository-url>
cd uniprot-server- Install dependencies:
npm install- Build the project:
npm run buildClaude Desktop Configuration
Add the server to your Claude Desktop configuration:
{
"mcpServers": {
"uniprot": {
"command": "node",
"args": ["/path/to/uniprot-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"]
}
}
}