Telegram MCP Server

Communicationstdiov0.1.5
Repository

MCP server for the Telegram Bot API. Lets AI agents send messages, deliver files and photos, and read updates from chats and channels through a bot, enabling notifications and conversational workflows from AI-powered tools.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

{
  "mcpServers": {
    "telegram": {
      "command": "npx",
      "args": [],
      "env": {
        "TELEGRAM_BOT_TOKEN": "<YOUR_TELEGRAM_BOT_TOKEN>"
      }
    }
  }
}

Araçlar (2)

send_message

Send a text message to a Telegram chat or channel via the bot.

{
  "type": "object",
  "required": [
    "chat_id",
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "Message text (supports Markdown)"
    },
    "chat_id": {
      "type": "string",
      "description": "Target chat or channel ID"
    }
  }
}

send_document

Send a file or document to a Telegram chat.

{
  "type": "object",
  "required": [
    "chat_id",
    "file_path"
  ],
  "properties": {
    "chat_id": {
      "type": "string",
      "description": "Target chat or channel ID"
    },
    "file_path": {
      "type": "string",
      "description": "Path to the file to send"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Telegram MCP Community (@chigwell)
Repository
https://github.com/chigwell/telegram-mcp
Lisans
MIT
Sürüm
0.1.5
Yıldızlar
208
Son güncelleme
9 Temmuz 2026