OverleafMCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
OverleafMCP by mjyoo2 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 128 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsProductivityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 1 mo ago | this month |
OverleafMCP · Summary
An MCP server for AI assistants to read and edit Overleaf LaTeX projects via Git integration.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
OverleafMCP · Use cases
- AI assistants can analyze and edit LaTeX documents in Overleaf projects directly
- Research collaboration where AI helps structure and format academic papers
- Automated document generation and management for LaTeX-based publications
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
OverleafMCP · Install
Installation
Quick Start (recommended):
**macOS / Linux**
{
"mcpServers": {
"overleaf": {
"command": "npx",
"args": ["-y", "@mjyoo2/overleaf-mcp"],
"env": {
"OVERLEAF_PROJECT_ID": "YOUR_OVERLEAF_PROJECT_ID",
"OVERLEAF_GIT_TOKEN": "YOUR_OVERLEAF_GIT_TOKEN"
}
}
}
}**Windows**
{
"mcpServers": {
"overleaf": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@mjyoo2/overleaf-mcp"],
"env": {
"OVERLEAF_PROJECT_ID": "YOUR_OVERLEAF_PROJECT_ID",
"OVERLEAF_GIT_TOKEN": "YOUR_OVERLEAF_GIT_TOKEN"
}
}
}
}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"]
}
}
}