time vs tgfmcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | tgfmcp by vaibhavpandeyvpz | |
|---|---|---|
| Stars | ★ 85,748 | ★ 2 |
| 30d uses | — | — |
| Score | 77 | 38 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | CommunicationAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
tgfmcp · Summary
Telegram stdio MCP server exposing Bot API tools and message notifications through Telegraf.
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
tgfmcp · Use cases
- Automate Telegram bot interactions through MCP-compatible clients like Claude Desktop
- Integrate Telegram messaging into AI workflows as a tool or notification channel
- Create automated Telegram message handlers and bots using MCP protocol
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"]
}
}
}tgfmcp · Install
Installation
- Install globally:
npm install -g tgfmcp- Configure your bot token:
tgfmcp configure- Run the MCP server:
tgfmcp mcpFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"telegram": {
"command": "tgfmcp",
"args": ["mcp"]
}
}
}