Anthropic launched Claude Code Channels on 20 March 2026, letting developers connect their Claude Code sessions to Telegram, Discord, and iMessage. The feature turns familiar messaging apps into a remote control for your coding agent — send an instruction from your phone, and Claude executes it in your local development environment.
The architecture relies on the Model Context Protocol (MCP). When you send a message to your bot on Telegram or Discord, the MCP server forwards it to Claude Code running on your machine. Claude processes the request using your local files, tools, and git setup, then replies through the same channel. This is not a cloud-hosted environment — your session stays on your machine, and Claude has full access to your project context.
Channels represent a fundamental shift from synchronous to asynchronous agentic development. Instead of sitting at your terminal watching Claude work, you can kick off a task, go for a walk, and get a Telegram notification when it finishes — or when Claude gets stuck and needs guidance. VentureBeat described it as an OpenClaw killer, noting that the async model matches how developers actually want to interact with coding agents.
The feature launched as a research preview with Telegram and Discord support. Community demand for iMessage was so strong that Anthropic shipped it within a week of the initial launch. For context engineers who manage multiple projects, Channels means you can coordinate Claude Code sessions across repos without switching terminal windows.