MCP Catalogs
Home

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
Score4477
Official
Categories
DatabaseDeveloper ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit5 mo agothis 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

  1. Clone the repository:
git clone <repository-url>
cd uniprot-server
  1. Install dependencies:
npm install
  1. Build the project:
npm run build

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