# Is it possible for me to hook you Claude Code up to WhatsApp? ## Retrieval Notes - Session id: `0fb657dc-dc52-460d-8998-fad72e6e7be0` - Last activity: `2026-02-01T14:56:08.225Z` ## My Notes <!-- Add your notes here. This section is preserved across syncs. --> ## Conversation ### User Is it possible for me to hook you Claude Code up to WhatsApp? ### Assistant **Skill Evaluation:** 1. smart-note - NO (not creating a note) 2. google-tasks-sync - NO (not about tasks) 3. calendar-query - NO (not about calendar) 4. gmail-search - NO (not about email) 5-7. semantic/research/paper - NO (not vault search) 8. Technical reference - POSSIBLY (Claude Code capabilities) 9-10. Personal context / Error patterns - NO Let me search for current options on WhatsApp integration with Claude Code: ### Assistant Yes, absolutely. There are several MCP servers that let you connect Claude Code to WhatsApp: **Main option: [whatsapp-mcp](https://github.com/lharries/whatsapp-mcp) by lharries** This is the most established one. It connects to your personal WhatsApp via the web multi-device API (no phone needed after initial QR scan). Features: - Search/read your message history - Access media (images, videos, documents, audio) - Search contacts - Send messages to individuals or groups - All messages stored locally in SQLite (privacy-respecting) Architecture is a Go bridge that connects to WhatsApp + a Python MCP server that exposes tools to Claude. **Alternative: [Composio WhatsApp toolkit](https://composio.dev/toolkits/whatsapp/framework/claude-code)** Composio handles the auth and tool management for you—less setup, more abstraction. **Niche use case: [WhatsApp approval server](https://github.com/adstastic/claude-code-whatsapp-approval)** This one's interesting—it uses WhatsApp to send you approval prompts before Claude executes sensitive commands. Uses Twilio for the messaging. Could be useful if you want a mobile-friendly way to approve actions when you're away from the terminal. --- The lharries one is probably what you want if you're looking to read/send WhatsApp messages from Claude Code. Setup involves running the Go bridge, scanning a QR code to authenticate, then adding the MCP server to your Claude Code config. Want me to look into the setup process in more detail, or check if there's anything in the knowledge base about MCP server configuration? *Collegare Claude a WhatsApp sembra un modo potente per gestire le comunicazioni senza aprire l'app ogni cinque minuti.*