time vs mcp-llm
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-llm by sammcj | |
|---|---|---|
| Stars | ★ 85,748 | ★ 78 |
| 30d uses | — | — |
| Score | 77 | 37 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | 14 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-llm · Summary
An MCP server providing LLMs access to other LLMs with code generation, documentation creation, and question answering tools.
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
mcp-llm · Use cases
- Automated code generation and documentation in software development workflows
- Enhanced AI assistants that can generate and write code files directly
- Multi-step AI workflows requiring code generation and documentation capabilities
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"]
}
}
}mcp-llm · Install
Installing via Smithery
npx -y @smithery/cli install @sammcj/mcp-llm --client claudeManual Install From Source
- Clone the repository
- Install dependencies:
npm install- Build the project:
npm run build- Update your MCP configuration