Control WhatsApp with Claude: A WhatsApp MCP Server

2025-03-31
Control WhatsApp with Claude: A WhatsApp MCP Server

This project integrates WhatsApp with the Claude large language model (LLM). A Go bridge connects to the WhatsApp Web multi-device API, storing messages locally in a SQLite database. A Python server implements the Model Context Protocol (MCP), enabling Claude to search messages, contacts, and send messages via a set of tools. All processing is local, prioritizing user privacy.

Development