The hit open source autonomous AI agent OpenClaw may have just gotten mogged by Anthropic. Today, Anthropic announced Claude Code Channels, a way to hook up its own powerful Claude Code AI agentic harness to a human user's Discord or Telegram messaging applications, letting them message Claude Code directly whenever they want while on the go and instruct it to write code for them. Official documentation is here.This isn't just a new UI; it is a fundamental shift in how developers interact with AI agents, moving from a synchronous "ask-and-wait" model to an asynchronous, autonomous partnership. Previously, Claude Code users were stuck interacting with the agentic harness on the Claude desktop application, terminal or supported developer environment, and Claude mobile app through a somewhat flaky (in my experience) interconnection setting called Remote Control.Now, Anthropic is offering some of the same core functionality as OpenClaw that drove its rapid adoption among software developers and vibe coders following its release in November 2025 by Austrian developer Peter Steinberger (who, ironically, originally called his project "Clawd" in honor of Anthropic's own AI model Claude which powered it initially, until Anthropic sent him a cease-and-desist for potential trademark violations. Steinberger was since hired by Anthropic's rival OpenAI.)Central to OpenClaw's appeal was its capability of allowing users to have a persistent, personal AI worker that they can message 24/7, whenever they feel like, over common messaging apps such as iMessage, Slack, Telegram, WhatsApp and Discord, and have their AI message them back — not just to chat with, but to perform real work for them on its own, from writing, sending and organizing email and files to creating whole applications, applying for jobs on the user's behalf, to managing complete ongoing social marketing campaigns. When the AI finishes a task, it can immediately alert the human user over their preferred messaging platform.But OpenClaw also came with a high degree of security risk (since it could be given access to a user's hard drive and file system, or other personal information, and run amok) and difficulty for non-technical users, inspiring a wave of offshoots promising greater ease and security, including NanoClaw, KiloClaw and Nvidia's recently announced NemoClaw.By giving Claude Code this same basic functionality — the ability for users to message it from popular third-party apps Discord and Telegram, and have it message them back when it finishes a task — Anthropic has effectively countered OpenClaw's appeal and offered something it does not: the Anthropic brand name with its commitment to AI security and safety, and ease of use right out of the box for less technically inclined users. Technology: The Bridge of the Model Context ProtocolAt the heart of this update is the Model Context Protocol (MCP) open source standard that Anthropic introduced back in 2024. Think of MCP as a universal USB-C port for AI: it provides a standardized way for an AI model to connect to external data and tools. In the new "Channels" architecture, an MCP server acts as a two-way bridge.When a developer starts a Claude Code session with the --channels flag, they aren't just opening a chat; they are spinning up a polling service. Using the Bun runtime—known for its extreme speed in executing JavaScript—Claude Code monitors specific plugins (currently Telegram and Discord). When a message arrives, it is injected directly into the active session as a <channel> event. Claude can then use its internal tools to execute code, run tests, or fix bugs, and reply back to the external platform using a specialized reply tool.The technical achievement here is persistence. Unlike a standard web-chat that times out, a Claude Code session can now run in a background terminal or a persistent server (like a VPS), waiting for a "ping" to spring into action.How to set up Claude Code Connectors on Telegram and DiscordSetting up these native connectors requires Claude Code v2.1.80 or later and the Bun runtime installed on your desktop PC or Mac. Follow the instructions here or below.1. Setting up TelegramCreate your Bot: Open BotFather in Telegram and use the /newbot command to generate a unique bot and access token.Install the Plugin: Inside your Claude Code terminal, run: /plugin install telegram@claude-plugins-officialConfigure the Token: Run /telegram:configure <your-token> to save your credentials.Restart with Channels: Exit Claude and restart using the channel flag: claude --channels plugin:telegram@claude-plugins-officialPair your Account: DM your new bot on Telegram to receive a pairing code, then enter it in your terminal: /telegram:access pair <code>2. Setting up DiscordCreate an Application: Go to the Discord Developer Portal, create a "New Application," and reset the bot token to copy it.Enable Intents: In the Bot settings, you must enable Message Content Intent under "Privileged Gateway Intents."Install and Configure: In Claude Code, run /plugin install discord@claude-plugins-official followed by /discord:configure <your-token>.Launch and Pair: Restart with claude --channels plugin:discord@claude-plugins-official. DM your bot on Discord and use the /discord:access pair <code> command to finish the link.Product: From Desktop to "Everywhere"The immediate practical impact is the democratization of mobile AI coding. Previously, if a developer wanted to check a build status or run a quick fix while away from their desk, they had to rely on complex self-hosted setups like OpenClaw.With Channels, the setup is native. A developer can create a Telegram bot via BotFather, link it to Claude Code with a /telegram:configure command, and "pair" their account with a security code. Once configured, the phone becomes a remote control for the development environment.The product also introduces a "Fakechat" demo—a local-only chat UI that allows developers to test the "push" logic on their own machine before connecting to external servers. This reflects Anthropic’s cautious, "research preview" approach, ensuring developers understand the flow of events before exposing their terminal to the internet.Licensing: Proprietary Power on Open StandardsThe licensing implications of this release highlight a growing trend in the AI industry: proprietary engines running on open tracks. Claude Code remains a proprietary product tied to Anthropic’s commercial subscriptions (Pro, Max, and Enterprise). However, by building on the open-source Model Context Protocol, Anthropic is encouraging a developer ecosystem to build the "connectors" that make their model more useful.While the core Claude "brain" is closed, the plugins for Telegram and Discord are being hosted on GitHub under official Anthropic repositories, likely allowing for community contributions or forks. This strategy allows Anthropic to maintain the security and quality of the model while benefiting from the rapid innovation of the open-source community—a direct challenge to the "free" but often fragmented nature of purely open-source agent frameworks.And because it's built on MCP, the community can now build "Connectors" for Slack or WhatsApp themselves, rather than waiting for Anthropic to ship them.Community Reactions: 'The OpenClaw Killer'The response from users, especially AI observers on X, was swift and definitive. The sentiment was best captured by Ejaaz (@cryptopunk7213), who noted that Anthropic’s speed of shipping—incorporating texting, thousands of MCP skills, and autonomous bug-fixing in just four weeks—was "fucking crazy."For many, this update renders local-first agent frameworks obsolete. BentoBoi (@BentoBoiNFT) observed, "Claude just killed OpenClaw with this update. You no longer need to buy a Mac Mini. I say this as someone who owns a one lol," referring to the common practice of developers buying dedicated hardware to run open-source agents like OpenClaw 24/7. By moving this persistence into the Claude Code environment, Anthropic has simplified the "hardware tax" for autonomy.AI YouTuber Matthew Berman summarized the shift succinctly: "They've BUILT OpenClaw." The consensus among early adopters is that Anthropic has successfully internalized the most desirable features of the open-source movement—multi-channel support and long-term memory—while maintaining the reliability of a tier-one AI provider.While Anthropic’s Claude has long been a favorite for its reasoning, it remained a "brain in a jar"—a stateless entity that waited for a user to type before it could think. Meanwhile, open-source projects like OpenClaw thrived by offering "always-on" persistence, allowing developers to message their AI from Telegram or Discord to trigger complex workflows.Now, with Anthropic closing the gap, it's up to the users to choose which approach is best for them.
Anthropic just shipped an OpenClaw killer called Claude Code Channels, letting you message it over Telegram and Discord
Why This Matters
Anthropic's new Claude Code Channels integration enables users to interact with its AI agent directly through messaging apps like Telegram and Discord, marking a significant shift from traditional synchronous AI interactions to a more autonomous, persistent partnership. This development positions Anthropic to rival open-source solutions like OpenClaw by offering seamless, on-the-go AI assistance for coding and task management, potentially transforming how developers and consumers engage with AI tools.
Key Takeaways
- Claude Code Channels allows asynchronous, persistent AI interactions via popular messaging platforms.
- This move shifts AI engagement from desktop and mobile apps to everyday messaging apps, increasing accessibility.
- Anthropic's approach enhances real-time, autonomous AI support for coding and task automation, competing with open-source solutions.
Get alerts for these topics