Skip to content

overpod/mcp-telegram

v1.2.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

TelegramService library export adds TypeScript declarations.

Full changelog

What's New

Library exports & TypeScript declarations

TelegramService is now exported as a library, making it easy to use as a dependency in other projects (e.g. hosted MCP servers):

import { TelegramService } from "@overpod/mcp-telegram";

const telegram = new TelegramService(apiId, apiHash);
await telegram.connect(sessionString);
  • Full TypeScript declaration files (.d.ts) included in the package
  • All public methods and types are properly exported

Resilient session persistence

saveSession() now gracefully handles file write errors (e.g. read-only filesystem in Docker containers) instead of crashing. Essential for serverless and containerized deployments where the session is managed externally.

Full Changelog: https://github.com/overpod/mcp-telegram/compare/v1.1.1...v1.2.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]