MCP Catalogs
Home

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
Score7738
Official
Categories
ProductivityDeveloper ToolsCommunication
CommunicationAI / LLM ToolsDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis month1 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

  1. Install globally:
npm install -g tgfmcp
  1. Configure your bot token:
tgfmcp configure
  1. Run the MCP server:
tgfmcp mcp

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "telegram": {
      "command": "tgfmcp",
      "args": ["mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.