MCP.so
ログイン

Telegram MCP server

@chaindead

Telegram MCP server について

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

基本情報

カテゴリ

コミュニケーション

ライセンス

MIT

ランタイム

go

トランスポート

stdio

公開者

chaindead

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Telegram MCP server?

It acts as a bridge between the Telegram API and AI assistants, using the Model Context Protocol (MCP) to allow AI tools like Claude Desktop or Cursor to interact with Telegram. It is intended for users who want to manage Telegram messages, dialogs, and communication through AI assistants.

How to use Telegram MCP server?

Install via Homebrew, NPX, binary releases, or from source (Go 1.24+). After installation, run telegram-mcp auth --app-id <your-api-id> --api-hash <your-api-hash> --phone <your-phone-number> to authenticate, then configure your MCP client (e.g., Claude Desktop) with the appropriate JSON block including environment variables TG_APP_ID and TG_API_HASH.

Key features of Telegram MCP server

  • Bridges Telegram API with AI assistants via MCP
  • Provides tools to list, read, and manage dialogs

コメント

「コミュニケーション」の他のコンテンツ