io.github.auroracapital

claude-ops-telegram-server

Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

TELEGRAM_API_ID(str)
RequiredSecret

Numeric API ID from https://my.telegram.org/apps (create a personal app, not a bot).

TELEGRAM_API_HASH(str)
RequiredSecret

API hash from the same my.telegram.org/apps page.

TELEGRAM_PHONE(str)
RequiredSecret

Your Telegram phone number in E.164 format (e.g. +14155551234).

TELEGRAM_SESSION(str)
RequiredSecret

gram.js StringSession token. Generate once via: node index.js --auth (prompts for SMS code + optional 2FA). Store in your secret manager — never commit.