Skip to content

overpod/mcp-telegram

v1.13.0 Maintenance

This release keeps dependencies and maintenance posture current for teams operating this tool.

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

Minor fixes and improvements.

Full changelog

What's New

Modular Tool Architecture

The monolithic index.ts (1060 lines, 33 tools) has been split into focused modules:

src/tools/
  auth.ts      — status, login (2 tools)
  messages.ts  — send, read, search, edit, delete, forward, unread, mark-as-read (9 tools)
  chats.ts     — list, search, info, members, join (5 tools)
  media.ts     — send-file, download, profile-photo (3 tools)
  contacts.ts  — get, profile, requests, add, block, report (6 tools)
  reactions.ts — send, get (2 tools)
  extras.ts    — pin, unpin, scheduled, poll, topics (6 tools)
  shared.ts    — ok/fail helpers, sanitize, formatReactions, annotations
  index.ts     — registerTools() aggregator

The entry point src/index.ts is now 50 lines — just bootstrap and startup.

No Functional Changes

This is a pure refactoring release. All 33 tools work exactly the same as v1.12.0. The public API (TelegramService class) is unchanged.

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]