Skip to content

overpod/mcp-telegram

v1.14.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 2mo MCP SaaS Integrations
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-tools claude gramjs mcp mcp-server model-context-protocol
+4 more
mtproto telegram typescript userbot

Summary

AI summary

Added SOCKS5 and MTProxy support via new environment variables.

Full changelog

What's new

Proxy support for containerized environments

mcp-telegram now supports SOCKS5 and MTProxy connections via environment variables. This enables usage in Docker/K3s where Telegram DC IPs may be blocked or unreachable.

New environment variables:

| Variable | Description |
|----------|-------------|
| TELEGRAM_PROXY_IP | Proxy server address |
| TELEGRAM_PROXY_PORT | Proxy server port |
| TELEGRAM_PROXY_SOCKS_TYPE | 4 or 5 (default: 5) |
| TELEGRAM_PROXY_SECRET | MTProxy secret (enables MTProxy mode) |
| TELEGRAM_PROXY_USERNAME | Optional proxy auth |
| TELEGRAM_PROXY_PASSWORD | Optional proxy auth |

Example — SOCKS5:

TELEGRAM_PROXY_IP=127.0.0.1 TELEGRAM_PROXY_PORT=10808 npx @overpod/mcp-telegram

Closes #4

Full changelog: https://github.com/overpod/mcp-telegram/compare/v1.13.0...v1.14.0

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track overpod/mcp-telegram

Get notified when new releases ship.

Sign up free

About overpod/mcp-telegram

Telegram MCP server via MTProto/GramJS — 20 tools for reading chats, searching messages, downloading media, managing contacts. QR code login, npx zero-install. Hosted version at mcp-telegram.com.

All releases →

Beta — feedback welcome: [email protected]