OPEN_SOURCE ↗
HN · HACKER_NEWS// 23d agoPRODUCT UPDATE
Claude Code adds Discord, Telegram channels
Channels let external events and messages flow into a live Claude Code session through MCP, so the assistant can react while you're away from the terminal. Anthropic is shipping it as a research preview with Telegram and Discord first, plus allowlists and org-level controls.
// ANALYSIS
This looks less like a novelty integration and more like Anthropic turning Claude Code into a real event-driven agent runtime. The first release is still tightly gated, which makes it feel aimed at power users and admins rather than casual remote control.
- –It standardizes a pattern developers have already been hacking together with unofficial Discord and Telegram bridges.
- –The session-open requirement keeps the scope narrow: useful for reactive workflows, not true always-on automation.
- –Using MCP as the transport makes the feature composable with existing Claude Code plugins and tooling.
- –Sender allowlists and `channelsEnabled` controls address the obvious abuse and access-control risks.
- –The strongest use cases are CI alerts, human handoffs, and status pings that need an immediate coding response.
// TAGS
claude-codeclimcpautomationagentdevtool
DISCOVERED
23d ago
2026-03-20
PUBLISHED
23d ago
2026-03-20
RELEVANCE
8/ 10
AUTHOR
jasonjmcghee