Skip to content

overpod/mcp-telegram

v1.15.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 telegram-create-group tool and AUTH_KEY_DUPLICATED troubleshooting documentation.

Full changelog

New Features

telegram-create-group tool (#5)

Create Telegram groups programmatically — basic groups, supergroups, and forums with topic support.

Parameters:

  • title — group name
  • users — array of usernames or IDs to invite
  • supergroup — create as supergroup (default: false) — supports >200 members, admin features
  • forum — enable topics (requires supergroup)
  • description — optional group description

Returns: chat ID, title, type, and invite link (for supergroups).

Use cases: AI agent team channels, automated workspace setup, bot onboarding flows.

AUTH_KEY_DUPLICATED documentation (#6)

Added Troubleshooting section to README explaining the one-session-per-process limitation and the workaround using TELEGRAM_SESSION_PATH:

TELEGRAM_SESSION_PATH=~/.mcp-telegram/session-local npx @overpod/mcp-telegram login
TELEGRAM_SESSION_PATH=~/.mcp-telegram/session-prod npx @overpod/mcp-telegram login

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