arxiv-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
arxiv-mcp-server by 1Dark134 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 16 | ★ 85,748 |
| 30d uses | — | — |
| Score | 39 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsKnowledge GraphDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
arxiv-mcp-server · Summary
arXiv MCP server enabling AI assistants to search, retrieve, analyze, and summarize academic papers with advanced features.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
arxiv-mcp-server · Use cases
- Researchers conducting literature reviews across academic papers
- Academic institutions tracking research trends and citation patterns
- AI assistants needing to access and summarize arXiv papers with context
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
Installation
Prerequisites
- Linux, macOS, or Windows OS
- Minimum Python/Node versions depending on chosen runtime
- Sufficient disk space for paper data and indices
- Network access for fetching arXiv data
Quick Install
- Download the latest release artifact for your platform from the releases page
- Extract the package to a directory of your choice
- Run the installer or setup script provided in the package
- Follow prompts to configure database paths, API keys, and AI settings
Docker Installation
docker run --rm -it -p 8080:8080 arxiv-mcp-server:latestClaude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"arxiv": {
"command": "python",
"args": ["-m", "arxiv_mcp.server"],
"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"]
}
}
}