Back to Home
egorka23 icon

telegram-user-mcp

Verified Safe

by egorka23

Overview

Send Telegram messages and interact with a personal Telegram account via Claude Code.

Installation

Run Command
~/telegram-user-mcp/.venv/bin/python ~/telegram-user-mcp/src/server.py

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-19

Tags

Telegrammessagingpersonal accountcommunicationClaude Code