Anthropic has launched a new feature that turns Claude Code into a remote coding assistant you can control from your phone. Called Claude Code Channels, the feature lets you send messages to a running Claude Code session through Telegram, Discord, or iMessage. Your AI assistant stays on your computer but responds to texts from anywhere.
The feature was announced on March 20, 2026, as a research preview. It requires Claude Code version 2.1.80 or later and a claude.ai Pro or Max subscription. The setup takes about five to ten minutes and uses a plugin system based on the Model Context Protocol, or MCP, that Anthropic introduced in 2024.
How It Works
The concept is simple. You install a channel plugin for Telegram, Discord, or iMessage. You create a bot and pair it with your Claude Code session. Then you can send messages from your phone and Claude will execute them on your local machine.
Here is what happens behind the scenes. When you send a message to your bot, the channel plugin receives it and forwards it to your running Claude Code session. Claude processes the request using your full local environment including your files, git history, and any MCP tools you have configured. When Claude finishes, it sends the reply back through the same messaging app.

Your code never leaves your machine. The messaging app is just a window into your local session. This is different from cloud-based coding tools where your files are uploaded to a remote server. With Channels, everything stays on your computer.
Why This Matters
Developers have long wanted a way to interact with their coding environment without sitting at their desk. You kick off a long build or test suite, leave for lunch, and wonder if it finished. Or you remember a bug fix while lying in bed and wish you could send a quick instruction to your computer.
Channels solves these problems. You can message your Claude Code session from anywhere. Claude executes the task and replies when done. You get native push notifications on your phone through Telegram or Discord. No need to keep a browser tab open or check a separate app.
Thariq Shihipar from the Claude Code team explained the vision. He said Anthropic wants to give users many different options for talking to Claude remotely. Channels is focused on developers who want something hackable and extensible.
Setup and Requirements
Getting started with Channels is straightforward. You need three things. First, Claude Code version 2.1.80 or later installed on your machine. Second, the Bun runtime since channel plugins require it. Third, a claude.ai Pro or Max subscription. Console and API key authentication are not supported in the research preview.
The setup process differs slightly for each platform. Telegram is the fastest. You create a bot through BotFather, get a token, and configure the plugin. Discord takes a few more steps because you need to create a bot application, invite it to a server, and set permissions. iMessage only works on macOS and requires Full Disk Access for your terminal app.

For team use, Discord guild channels allow multiple approved users to interact with the same Claude Code session. Everyone can see the conversation and send commands. This is useful for team debugging or collaborative coding sessions.

Security Features
Anthropic has built security into the design. Every channel plugin maintains a sender allowlist. Only user IDs you have explicitly paired and approved can send messages to your session. Everyone else is silently dropped.
The channels flag controls which servers are active per session. Being configured in your MCP settings is not enough to push messages. A server must also be named in the channels flag when you start Claude Code. On Team and Enterprise plans, organization admins must explicitly enable channels in managed settings. The feature is disabled by default.
There is one important security caveat. Claude’s text replies flow through the messaging platform’s servers. If you are working with proprietary code or sensitive credentials, be careful about what you ask Claude to output through a channel. For sensitive testing, Anthropic provides a fakechat option that keeps everything on your local machine with no external dependency.

Current Limitations
Channels is a research preview, which means it has rough edges. The biggest limitation is that your Claude Code session must stay running. Close the terminal or stop the process and the channel goes offline. Messages sent while the session is down are lost on Telegram or queued on Discord.
The workaround is to use tmux, screen, or a dedicated virtual private server to keep the session alive. Some developers have already set up persistent VPS deployments with systemd services to ensure Channels stays online around the clock.
Another limitation is permission prompts. If Claude needs approval to run a command while you are away from your terminal, the session pauses until you approve locally. For fully unattended operation, there is a dangerously skip permissions flag, but Anthropic warns this should only be used in environments you fully trust.
During the preview, only plugins from Anthropic’s official repository work with the standard channels flag. Custom channels require a development flag to test. More platforms like Slack and WhatsApp are likely coming based on community requests.
Comparison With OpenClaw
Channels is widely seen as Anthropic’s response to OpenClaw, the open-source AI agent that went viral earlier in 2026 for similar messaging integrations. The comparison is natural but the two tools serve different needs.
OpenClaw is a standalone agent framework that works with multiple AI models including ChatGPT, Claude, and Gemini. It has over one thousand community-built skills and supports many messaging platforms. It is free but requires self-hosting and manual security configuration.
Channels is built directly into Claude Code. It only works with Claude but offers a simpler setup, managed security, and official support. It is included with a Claude subscription rather than requiring separate API payments.
As one reviewer noted, Anthropic has internalized the most desirable features of the open-source movement while maintaining the reliability of a tier-one provider. Channels gives you the messaging integration that made OpenClaw popular without the security baggage of a community skills registry.

Real Use Cases
Developers are already finding creative ways to use Channels. A common scenario is remote debugging. You are away from your desk and get an alert that a test failed. You message your Claude session from Telegram, ask it to check the logs, and get a summary of the error. Claude can even propose a fix and ask if you want it applied.
Another use case is async task management. You start a long build or data processing job before leaving the office. From the train, you ask Claude for a status update. If the job finished, you can ask Claude to commit the results and push to GitHub. If it failed, you can ask for the error details and decide whether to restart.
For non-developers, Channels can turn Claude Code into a general-purpose assistant. With MCP connections to calendar, email, and project tools, you can message Claude to check your schedule, draft a response, or update a spreadsheet. The interaction feels like texting a human assistant rather than typing commands at a terminal.

The Bigger Picture
Channels is part of a broader shift in how developers interact with AI. Anthropic has been building toward this for months. In early 2026, the company launched Dispatch for automated task routing and Cowork for persistent collaboration with cuck chat spreadsheets and documents. Channels completes the trio by adding real-time messaging.
Together, these features turn Claude from a tool you use at your desk into an always-available partner. You can delegate tasks, get notified on completion, and redirect as needed. This is how human engineers work with actual assistants. The AI is finally catching up.
The direction is clear. AI coding agents are moving from synchronous terminal sessions to async, mobile-first workflows. OpenClaw proved the demand. Anthropic is now making it mainstream with a polished, secure implementation. Other companies will follow.
undress ai promo code
Final Thoughts
Claude Code Channels is a significant step toward mobile, async AI coding. It lets you control your development environment from anywhere without compromising security or moving your code to the cloud.
The feature is still a research preview with limitations. Session persistence, permission handling, and platform support will improve over time. But the foundation is solid. The plugin architecture is extensible. The security model is thoughtful. The user experience is simple.
ai nsfw generator
For developers who have been waiting for a reliable way to code from their phone, Channels is the answer. For the broader industry, it signals that AI coding agents are entering a new phase. The terminal is no longer the only interface. Your phone is now a first-class coding device.