ArXiv-Analyst vs time
Side-by-side comparison to help you pick between these two MCP servers.
ArXiv-Analyst by devjothish | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1 | ★ 85,748 |
| 30d uses | — | — |
| Score | 25 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsProductivityDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 14 mo ago | this month |
ArXiv-Analyst · Summary
MCP-powered research assistant that searches and analyzes ArXiv papers with linguistic insights.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ArXiv-Analyst · Use cases
- Automating literature review for researchers by searching and summarizing relevant papers
- Extracting linguistic patterns from academic documents for content analysis
- Providing quick insights into research papers without reading full texts
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-Analyst · Install
Installation
- Clone the repository
- Build and run the containerized MCP servers:
```bash docker build -t arxiv-server ./arxiv_server docker run -p 8080:8080 arxiv-server
docker build -t docling-server ./docling_server docker run -p 8081:8081 docling-server ```
- Start the FastAPI client server
- Launch the Streamlit UI application
For Claude Desktop, add to config.json:
{
"mcpServers": {
"arxiv-analyst": {
"command": "python",
"args": ["-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]
}
}
}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"]
}
}
}