mcp-kilo-telegram
Verified Safeby 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
bash /absolute/path/to/telegram-mcp-server/run.shEnvironment 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
wcgw
Empowering chat applications to code, build, and run on your local machine by providing tightly integrated shell and code editing tools.
mcp-discord
Enables AI assistants to interact with the Discord platform by providing a set of Discord-related functionalities via the Model Context Protocol (MCP).
mcp-server-tauri
Enables AI assistants to build, test, and debug Tauri v2 applications by providing tools for UI automation, IPC monitoring, and backend state inspection.
fast-mcp-telegram
Enables AI assistants to interact with Telegram for messaging, search, and contact management via a standardized MCP interface.