MCP Catalogs
Home

telegram-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

telegram-mcp
by chaindead
time
by modelcontextprotocol
Stars★ 326★ 85,748
30d uses
Score5077
Official
Categories
CommunicationProductivity
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit3 mo agothis month

telegram-mcp · Summary

A Go-based MCP server that bridges Telegram API with AI assistants for managing messages, dialogs, and drafts.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

telegram-mcp · Use cases

  • Checking and summarizing unread Telegram messages through an AI assistant
  • Organizing Telegram chats by importance and categorization with AI suggestions
  • Monitoring specific chats for updates about topics and drafting responses

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

telegram-mcp · Install

Installation

**Homebrew** (macOS/Linux):

brew install chaindead/tap/telegram-mcp

**NPX** (cross-platform):

npx -y @chaindead/telegram-mcp

**From Releases**: Download the appropriate binary for your platform from [GitHub Releases](https://github.com/chaindead/telegram-mcp/releases)

**From Source**:

go install github.com/chaindead/telegram-mcp@latest

**Claude Desktop Configuration**:

{
  "mcpServers": {
    "telegram": {
      "command": "telegram-mcp",
      "env": {
        "TG_APP_ID": "<your-app-id>",
        "TG_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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.