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 | — | — |
| Score | 58 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsSearchDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this 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 claudeInstalling via Claude Desktop (.mcpb)
- Download the matching artifact from the [latest release](https://github.com/blazickjp/arxiv-mcp-server/releases/latest)
- In Claude Desktop open **Settings → Extensions** (or drag-and-drop)
- Click **Install** and set your paper storage directory
Manual Installation
uv tool install arxiv-mcp-serverClaude 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"]
}
}
}