MCP Directory
Back

telegram-mcp

by chaindead · Go · ★ 335

Telegram MCP for managing dialogs, messages, drafts, read statuses, and more.

#mcp#mcp-server#mtproto#telegram#telegram-api

Install

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "telegram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:chaindead/telegram-mcp"
      ]
    }
  }
}

From the README

[](https://github.com/punkpeye/awesome-mcp-servers?tab=readme-ov-file#communication) [](https://github.com/chaindead/telegram-mcp?tab=readme-ov-file#installation) [](https://opensource.org/licenses/MIT) [](https://visitorbadge.io/status?path=https%3A%2F%2Fgithub.com%2Fchaindead%2Ftelegram-mcp) The server is a bridge between the Telegram API and the AI assistants and is based on the [Model Context Protocol](https://modelcontextprotocol.io). > [!IMPORTANT] > Ensure that you have read and understood the [Telegram API Terms of Service](https://core.telegram.org/api/terms) before using this serve…
Read full README on GitHub →

Related communication servers