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 blazickjp
time
by modelcontextprotocol
Stars★ 2,738★ 85,748
30d uses
Score5877
Official
Categories
AI / LLM ToolsSearchDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit1 mo agothis month

arxiv-mcp-server · Summary

An MCP server for searching and analyzing ArXiv papers with local storage and advanced search capabilities.

time · Summary

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

arxiv-mcp-server · Use cases

  • AI research assistants searching and summarizing academic papers
  • Researchers staying updated on latest publications in their field
  • Automated literature reviews for meta-analyses
  • Content creators curating research summaries for audiences

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

Installing via Smithery

npx -y @smithery/cli install arxiv-mcp-server --client claude

Installing via Claude Desktop (.mcpb)

  1. Download the matching artifact from the [latest release](https://github.com/blazickjp/arxiv-mcp-server/releases/latest)
  2. In Claude Desktop open **Settings → Extensions** (or drag-and-drop)
  3. Click **Install** and set your paper storage directory

Manual Installation

uv tool install arxiv-mcp-server

Claude Desktop Configuration

{
    "mcpServers": {
        "arxiv-mcp-server": {
            "command": "uv",
            "args": [
                "tool",
                "run",
                "arxiv-mcp-server",
                "--storage-path", "/path/to/paper/storage"
            ]
        }
    }
}

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.