Model-Context-Protocol vs time
Side-by-side comparison to help you pick between these two MCP servers.
Model-Context-Protocol by Abdulabin | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30d uses | — | — |
| Score | 30 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 11 mo ago | this month |
Model-Context-Protocol · Summary
A Python MCP client implementing multi-server connectivity with LLM orchestration via Gemini API.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Model-Context-Protocol · Use cases
- Building AI assistants with real-time access to external tools and data
- Academic research bots that can search and analyze papers from APIs
- Developer environments combining LLMs with custom tooling
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
Model-Context-Protocol · Install
# Clone and install dependencies
git clone https://github.com/Abdulabin/Model-Context-Protocol.git
cd Model-Context-Protocol
pip install -r requirements.txt
# Configure API keys
# Create .env file with GEMINI_API_KEY="YOUR_API_KEY_HERE"
# Run CLI client
python mcp_client.py
# Start web UI
uvicorn app:appFor Claude Desktop integration, add this to config.json:
"mcpServers": {
"python-client": {
"command": "python",
"args": ["/path/to/Model-Context-Protocol/mcp_client.py"]
}
}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"]
}
}
}