Back to Home
StoyPenny icon

mcp-kilo-telegram

Verified Safe

by StoyPenny

Overview

Enables AI assistants to interact with humans via Telegram for decisions, approvals, and specific input, creating a 'human-in-the-loop' workflow.

Installation

Run Command
bash /absolute/path/to/telegram-mcp-server/run.sh

Environment Variables

  • TELEGRAM_BOT_TOKEN
  • TELEGRAM_USER_ID

Security Notes

The server uses environment variables for `TELEGRAM_BOT_TOKEN` and `TELEGRAM_USER_ID`, preventing hardcoding of secrets. It leverages the `TELEGRAM_USER_ID` for access control, restricting interaction to a specific user, which is a good security practice. The optional auto-detection of `TELEGRAM_USER_ID` if not set could be a minor risk, as the bot would respond to the last person who messaged it. However, the documentation clearly highlights this and recommends setting it. No 'eval' or other inherently dangerous patterns, obfuscation, or malicious network activities were observed beyond standard Telegram API interaction.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2026-01-17

Tags

Human-in-the-loopTelegram BotAI WorkflowInteractive AIModel Context Protocol