MCP Catalogs
Home

time vs mendeley-mcp

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

time
by modelcontextprotocol
mendeley-mcp
by pallaprolus
Stars★ 85,748★ 19
30d uses
Score7742
Official
Categories
ProductivityDeveloper ToolsCommunication
ProductivityKnowledge GraphAI / LLM Tools
LanguageTypeScriptPython
Last committhis month4 mo ago

time · Summary

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

mendeley-mcp · Summary

A functional MCP server connecting Mendeley reference library to Claude Desktop and other MCP clients with search, retrieval, and management capabilities.

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

mendeley-mcp · Use cases

  • Search your academic library for relevant papers while writing literature reviews
  • Retrieve complete document details including abstracts directly in conversations
  • Add new papers to your library through natural language commands
  • Browse your folder structure to find specific collections of research

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"]
    }
  }
}

mendeley-mcp · Install

Installation

Using pip
pip install mendeley-mcp
Using uv (recommended)
uv tool install mendeley-mcp
From source
git clone https://github.com/pallaprolus/mendeley-mcp.git
cd mendeley-mcp
pip install -e .

Claude Desktop Configuration

Edit your Claude Desktop config file: **macOS**: ~/Library/Application Support/Claude/claude_desktop_config.json **Linux**: ~/.config/Claude/claude_desktop_config.json **Windows**: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mendeley": {
      "command": "mendeley-mcp"
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.