mcp-whatsapp

ftaricano/mcp-whatsapp
★ 2 stars TypeScript 🤖 AI/LLM Updated 4d ago
MCP server + CLI for WhatsApp via Baileys (QR auth, no Meta Business API). Ships text/media send, pt-BR billing and reminder templates, inbox reading, rate limiting and circuit breaker.
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": {
    "mcp-whatsapp": {
      "command": "npx",
      "args": [
        "-y",
        "ftaricano/mcp-whatsapp"
      ]
    }
  }
}

README Excerpt

Integração com WhatsApp via Baileys (autenticação por QR code). Distribui dois binários: - **`whatsapp` (CLI)** — on-demand. Spawna, envia, encerra. Use pro dia-a-dia (envio pontual, integração em scripts/cron, agentes que precisam "mandar algo agora"). - **`mcp-whatsapp` (MCP server)** — long-running. Necessário se você precisa **ler** mensagens recebidas (`list_chats`, `read_chat`) ou acompanhar status de entrega em tempo real.

Tools (10)

RetryHandlercomputeOverdueAmountget_message_statuslist_chatsread_chatsend_billing_alertsend_document_remindersend_media_messagesend_messagewhatsapp_logout

Topics

baileysclaudeclimcpmessagingmodel-context-protocoltypescriptwhatsapp