Controlling Claude Code via WhatsApp with Channels Feature

✍️ OpenClawRadar📅 Published: March 23, 2026🔗 Source
Controlling Claude Code via WhatsApp with Channels Feature
Ad

WhatsApp Integration with Claude Code

A developer on r/ClaudeAI demonstrated connecting WhatsApp to a live Claude Code session using the new Channels feature available in version 2.1.80+. This setup allows text messages, voice notes, and voice replies to interact with the same CLI session that has full tool access.

Technical Implementation

The stack includes:

  • A Go bridge using whatsmeow on a spare phone with a prepaid SIM
  • TypeScript MCP Channel server
  • OpenAI Whisper for transcription
  • OpenAI TTS for voice replies

The workflow described: sending a voice note from a phone triggers Whisper transcription, then Claude can check emails via M365 MCP and reply with a voice note. All interactions happen in the same terminal session with shared context and tool access.

Ad

Commands and Setup

The command to run this setup:

claude --dangerously-skip-permissions --dangerously-load-development-channels server:whatsapp-channel

The developer mentioned using "other known methods" for the WhatsApp bridge beyond whatsmeow, and plans to extend the system with live phone calls via WhatsApp Business API + Vapi.ai, pushing calls into the same session for shared context across text, async voice, and real-time calls.

Community Questions

The post asks several technical questions for other developers:

  • Experimentation with Channels and what's being pushed into sessions
  • Connections with Telegram or Slack as Channels
  • Better alternatives to whatsmeow for WhatsApp bridging
  • Experience with Vapi or similar services for live voice with Claude Code

The developer offered to share architecture details and build prompts if there's community interest.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

How AI Agents Apply Cognitive Principles Consistently in Development Workflows
Use Cases

How AI Agents Apply Cognitive Principles Consistently in Development Workflows

AI agents can operationalize four layers of cognitive principles—epistemic foundations, execution principles, leverage principles, and system design—with relentless consistency across personal, nonprofit, and community governance tasks.

OpenClawRadar
Building a Fantasy Baseball Analytics App with Claude Code: A Law Student's Experience
Use Cases

Building a Fantasy Baseball Analytics App with Claude Code: A Law Student's Experience

A law student with a 2017 CS degree built Ball Knower, a fantasy baseball analytics iOS app, using Claude Code for implementation while handling all product and domain decisions. The app features 1,313 MLB player profiles, daily streaming pitcher picks, and dynasty rankings, with a backend running 30 cron jobs pulling from 9 data sources.

OpenClawRadar
Solo Developer Builds Outdoor Platform with Claude Code: Lessons on AI-Assisted Product Development
Use Cases

Solo Developer Builds Outdoor Platform with Claude Code: Lessons on AI-Assisted Product Development

A software engineer with 6 years experience built PathQuest, an outdoor route platform with 12+ data sources, using Claude Code over several months while working full-time. He shares specific workflow details and lessons about managing AI-assisted development.

OpenClawRadar
Chuck Jones' Road Runner Rules as AI Agent Identity Design Principles
Use Cases

Chuck Jones' Road Runner Rules as AI Agent Identity Design Principles

A Reddit post analyzes how Chuck Jones' 9 rules for Road Runner cartoons map to AI agent identity design, highlighting Rule 2 on internal failure modes, Rule 3 on avoiding optimization loops, and Rule 9 on graceful failure.

OpenClawRadar