Skip to content

Telegram

Free

by MCP Community

MCP server for Telegram - read chats, send messages, manage contacts, search messages. Built-in MTProto auth with OTP verification UI.

v1.0.4Added Apr 12, 2026
mcpmodelcontextprotocoltelegrammtprotogramjs
Works with:ClaudeGPTGeminiCopilot

Telegram MCP Server

MCP server for Telegram - read chats, send messages, manage contacts, search messages. Built-in MTProto auth with OTP verification UI.

Installation

npx -y @mcp_factory/telegram-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y @mcp_factory/telegram-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "telegram": {
      "command": "npx",
      "args": ["-y", "@mcp_factory/telegram-mcp-server"]
    }
  }
}