2 min read AI-generated

Claude Code Channels: Your Terminal, Now on Telegram and Discord

Copy article as Markdown

Anthropic shipped Claude Code Channels as a research preview. You can now control your Claude Code session directly from Telegram or Discord — right from your phone.

Featured image for "Claude Code Channels: Your Terminal, Now on Telegram and Discord"

Some updates sound small at first — and then quietly change how you work. Claude Code Channels is one of those.

What are Channels?

Channels are MCP servers that push events into your running Claude Code session. The practical takeaway: you can now message Claude Code directly from Telegram or Discord. From your phone. While your session keeps running on your machine.

It’s bidirectional too — Claude reads your message and replies through the same channel. A chat bridge between you and your development environment.

Setup in two minutes

For Telegram, you create a bot via BotFather, link it to Claude Code with /telegram:configure, and pair your account with a security code. After that, your phone becomes a remote control for your dev environment.

Discord works the same way. Both channels require version 2.1.80 or later and the Bun runtime on your machine.

Why this matters

VentureBeat called Channels an ‘OpenClaw killer’ — that might be a stretch, but the direction is clear: Anthropic is systematically building Claude Code into a platform that’s reachable everywhere.

Under the hood, it’s built on the Model Context Protocol (MCP) that Anthropic introduced in late 2024. Channels are a logical extension — instead of just connecting tools and data, messaging platforms can now push events into a session.

My take

This is a research preview, not a finished product. But the concept is compelling: developers who already spend a lot of time in Telegram or Discord can now interact with their code agent on the go, without opening a laptop. Whether this becomes a daily habit remains to be seen — but the infrastructure is there.

Sources: