telegram-mcp
Verified Safeby saadkhan1150
Overview
Manages multiple Telegram accounts, sending bulk messages, scheduling tasks, and integrating with AI tools via a web dashboard for streamlined messaging and automation.
Installation
docker-compose up -dEnvironment Variables
- TELEGRAM_API_ID
- TELEGRAM_API_HASH
- SESSION_FILE
- DASHBOARD_PORT
- DASHBOARD_HOST
- LOG_LEVEL
Security Notes
The project avoids `eval` and dangerous patterns. Sensitive session data (`.telegram_session`, `accounts/config.json`) is correctly listed in `.gitignore`. Telegram API credentials can be overridden by environment variables, though public fallback credentials are hardcoded. A notable security suggestion from the audit report is that local session storage is currently unencrypted, although its risk is assessed as low due to local storage.
Similar Servers
wa_llm
An AI-powered WhatsApp bot that joins groups, summarizes conversations, and answers questions using a knowledge base.
fast-mcp-telegram
Enables AI assistants to interact with Telegram for messaging, search, and contact management via a standardized MCP interface.
llms
A centralized configuration and documentation management system for LLMs, providing tools for building skills, commands, agents, prompts, and managing MCP servers across multiple LLM providers.
discord-agent-mcp
AI-powered management and automation of Discord servers, enabling natural language control over channels, roles, moderation, and events.