time vs arxiv-latex-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | arxiv-latex-mcp by takashiishida | |
|---|---|---|
| Stars | ★ 85,748 | ★ 131 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsKnowledge GraphDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
arxiv-latex-mcp · Summary
MCP server enabling LLMs to access and process arXiv papers via original LaTeX source for better math handling.
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-latex-mcp · Use cases
- Analyzing mathematical papers where equation rendering is critical
- Researching complex scientific topics involving technical notation
- Summarizing or translating content from academic papers with precision
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"]
}
}
}arxiv-latex-mcp · Install
Installation
Claude Desktop
- Download the
.mcpbfile from [releases](https://github.com/takashiishida/arxiv-latex-mcp/releases/) - Double-click on the
.mcpbfile to install via Desktop Extensions
Other MCP Clients
Add this configuration to your MCP config file:
{
"mcpServers": {
"arxiv-latex-mcp": {
"command": "uvx",
"args": ["arxiv-latex-mcp"]
}
}
}Manual Installation
Install with pip: pip install arxiv-latex-mcp Then run: arxiv-latex-mcp