Skip to content

Telegram

Free

by MCP Community

Telegram MCP server for interacting with Telegram via the Model Context Protocol

v1.2.1Added Apr 12, 2026
telegrammcpmodel-context-protocolaichatbot
Works with:ClaudeGPTGeminiCopilot

Telegram MCP Server

Telegram MCP server for interacting with Telegram via the Model Context Protocol

Installation

npx -y @zhigang1992/telegram-mcp

Reviews

Leave a Review

Installation

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