whatsapp-agent

AgentShelf-INC/whatsapp-agent
★ 0 stars Python AI/LLM Updated today
Local approval-gated WhatsApp automation for SMBs — Tauri + Nuxt + Python, with CLI and MCP server for AI agents
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "whatsapp-agent": {
      "command": "uvx",
      "args": [
        "whatsapp-agent"
      ]
    }
  }
}

Or install with pip: pip install whatsapp-agent

README Excerpt

Read-only tooling for extracting messages from a WhatsApp local cache so they can be summarized without GUI automation. The verified native macOS app stores chat data here: ```text ~/Library/Group Containers/group.net.whatsapp.WhatsApp.shared/ChatStorage.sqlite ``` Useful tables: - `ZWAMESSAGE`: message rows, including `ZTEXT`, `ZMESSAGEDATE`, `ZISFROMME`, and chat foreign key `ZCHATSESSION`.

Tools (2)

ZWACHATSESSIONZWAMESSAGE