MCP Catalogs
Home

arxiv-mcp-server vs time

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

arxiv-mcp-server
by anuj0456
time
by modelcontextprotocol
Stars★ 18★ 85,748
30d uses
Score4077
Official
Categories
AI / LLM ToolsKnowledge GraphDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit10 mo agothis month

arxiv-mcp-server · Summary

MCP server for arXiv enabling AI assistants to search, retrieve, analyze, and export academic papers.

time · Summary

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

arxiv-mcp-server · Use cases

  • AI assistants summarizing and explaining recent research papers for non-experts
  • Automated literature reviews and trend analysis in specific research fields
  • Citation tracking and impact analysis for academic researchers
  • Batch processing and organization of research papers for personal libraries

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

arxiv-mcp-server · Install

# Using Poetry (Recommended)
poetry install

# Using pip
pip install mcp httpx

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "arxiv": {
      "command": "python",
      "args": ["arxiv_mcp_server.py"]
    }
  }
}

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.