Anthropic just shipped an OpenClaw killer called Claude Code Channels, letting you message it over Telegram and Discord

Anthropic has launched Claude Code Channels, enabling developers to control their AI agents via Telegram and Discord, effectively challenging the popular open-source tool OpenClaw.
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.
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 Protocol
At 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 Discord
Setting up these native connectors requires Claude Code v2.1.80 or later and the Bun runtime installed on your desktop PC or Mac.
1. Setting up Telegram
- Create your Bot: Open BotFather in Telegram and use the
/newbotcommand to generate a unique bot and access token. - Install the Plugin: Inside your Claude Code terminal, run:
/plugin install telegram@claude-plugins-official. - Configure 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-official. - Pair 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 Discord
- Create 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-officialfollowed 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.
Licensing: Proprietary Power on Open Standards
The 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.
Community Reactions: 'The OpenClaw Killer'
The response from users, especially AI observers on X, was swift and definitive. The sentiment was best captured by users noting that Anthropic’s speed of shipping—incorporating texting, thousands of MCP skills, and autonomous bug-fixing in just four weeks—was remarkable. For many, this update renders local-first agent frameworks obsolete, as users no longer need complex hardware setups to maintain a persistent AI worker.
Source: VentureBeat















