mcp-telegram vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-telegram by dryeab | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 243 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | CommunicationAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 11 mo ago | this month |
mcp-telegram · Summary
MCP server enabling LLMs to interact with Telegram through messaging, search, and media operations.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-telegram · Use cases
- Automating Telegram messaging workflows through AI agents
- Integrating Telegram notifications into AI-powered assistants
- Analyzing or processing Telegram message content with LLMs
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-telegram · Install
Installation
- Install prerequisites:
- Python 3.10 or higher - uv (follow [official uv guide](https://github.com/astral-sh/uv#installation))
- Install the CLI tool:
uv tool install mcp-telegram- Authenticate with your Telegram account:
mcp-telegram login- Configure your MCP client (e.g., Claude Desktop) with:
{
"mcpServers": {
"mcp-telegram": {
"command": "mcp-telegram",
"args": ["start"],
"env": {
"API_ID": "<your_api_id>",
"API_HASH": "<your_api_hash>"
}
}
}
}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"]
}
}
}