This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryAdded 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 nameusers— array of usernames or IDs to invitesupergroup— create as supergroup (default: false) — supports >200 members, admin featuresforum— 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
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.
Related context
Beta — feedback welcome: [email protected]