This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summarynpx support enables zero‑install usage of @overpod/mcp-telegram.
Full changelog
What's New
npx support — zero install!
No more cloning the repo. Just run:
npx @overpod/mcp-telegram
Quick setup:
# 1. Login (one time)
TELEGRAM_API_ID=YOUR_ID TELEGRAM_API_HASH=YOUR_HASH npx @overpod/mcp-telegram login
# 2. Add to Claude
claude mcp add telegram -s user \
-e TELEGRAM_API_ID=YOUR_ID \
-e TELEGRAM_API_HASH=YOUR_HASH \
-- npx @overpod/mcp-telegram
GitHub Actions CI/CD
- CI: Runs lint (Biome) and typecheck (tsc) on every push/PR, Node.js 20 & 22
- Publish: Automatically publishes to npm when a GitHub release is created
Other changes
- Package renamed to
@overpod/mcp-telegramon npm - Added MIT LICENSE
- Updated README with npx-first installation guide
- Added CLI entry point with
loginsubcommand - Proper package metadata (repository, keywords, homepage)
Full Changelog: https://github.com/overpod/mcp-telegram/compare/v1.0.0...v1.1.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]