Claude Code Channels: How Anthropic Built a Two-Way Bridge Between Telegram and Your Terminal
On March 20, 2026, Anthropic shipped Claude Code Channels as a research preview. Send a message from Telegram or Discord, and the Claude Code session running on your local machine picks it up, exec...

Source: DEV Community
On March 20, 2026, Anthropic shipped Claude Code Channels as a research preview. Send a message from Telegram or Discord, and the Claude Code session running on your local machine picks it up, executes the work, and replies through the same chat app. No terminal access required. No SSH tunnel. No VPN. You message a bot from the subway, and Claude fixes code on the machine sitting at your desk. OpenClaw proved the demand — 200K GitHub stars for an open-source agent that let developers message their AI from WhatsApp, iMessage, and Telegram. Anthropic's response was to build the same capability into their first-party product, with tighter security and a five-minute setup. Source: Push events into a running session with channels – Anthropic Docs / Anthropic Ships Claude Code Channels – Implicator A Channel Is an MCP Server That Pushes, Not Pulls This is the architectural distinction that matters. Regular MCP servers are passive — they sit idle until Claude calls them. "Use this tool" trigg