telegram-user-mcp
Verified Safeby egorka23
Overview
Send Telegram messages and interact with a personal Telegram account via Claude Code.
Installation
~/telegram-user-mcp/.venv/bin/python ~/telegram-user-mcp/src/server.pyEnvironment Variables
- TELEGRAM_API_ID
- TELEGRAM_API_HASH
- TELEGRAM_PHONE
- CONTACT_WIFE
Security Notes
The server uses `telethon` for Telegram API interaction, `python-dotenv` for secure environment variable loading, and stores the session file locally. There is no observed use of `eval` or direct command injection vulnerabilities. A potential concern exists with the `download_media` tool's `save_to` parameter, which accepts an absolute path. A compromised AI could potentially instruct the tool to write files to sensitive system locations or overwrite existing files if the execution environment allows, though the tool itself does not directly execute arbitrary commands.
Similar Servers
claudex
Self-hosted Claude AI chat interface with sandboxed code execution, offering a full IDE experience and support for multiple AI providers and extensible agents/skills.
fast-mcp-telegram
Enables AI assistants to interact with Telegram for messaging, search, and contact management via a standardized MCP interface.
claude-explorer
Facilitate searching, analyzing, and exporting user's Claude.ai conversation history with an AI assistant via CLI and a web interface.
telegram-mcp-api
Telegram integration for AI agents (Claude, Cursor) via MCP and local scripts via HTTP API for automation.