Connect a personal/Business WhatsApp account via QR pairing (multi-device, like WhatsApp Web). Send and read messages, list chats, contacts, groups, and run full-text search across history. Optional SOCKS5/HTTPS proxy per connection, recommended to a
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/mcp-dir/whatsapp-mcpTools overview
# WhatsApp
### WhatsApp para Claude, ChatGPT e agentes de IA
Conecte uma conta de WhatsApp pessoal/Business via pareamento por QR (multi-device, como o WhatsApp Web). Envie e leia mensagens, listas chats, contatos, grupos e faça busca full-text no histórico. Suporte opcional a proxy SOCKS5/HTTPS por conexão, recomendado para evitar bloqueios em IPs de datacenter (Cloudflare/AWS).
- 📊 **41 ferramentas**
- ✏️ **Leitura e escrita**
- 💬 **Funciona com qualquer cliente MCP**: Claude Desktop, Cursor, VS Code, Cline, Continue
- 🔑 **Login via magic-link (sem senha)**
[English version](README.en.md) · [Documentação completa](docs/) · [Skill pra agentes](skills/)
---
## Instalar em 1 clique
### Claude (Web e Desktop)
A Anthropic unificou a instalação de MCPs em `claude.ai/customize/connectors`. **O mesmo link serve pra Claude Web e Claude Desktop** (basta estar logado):
[➕ Abrir no Claude e conectar](https://claude.ai/new?modal=add-custom-connector#settings/customize-connectors)
**Manual** (se o deeplink não abrir): [claude.ai/customize/connectors](https://claude.ai/customize/connectors?surface=cowork) → **+** → **Adicionar conector personalizado** → cole **Nome** `WhatsApp` e **URL** `https://api.mcp.ai/p_whatsapp`.
### Cursor
[➕ Instalar WhatsApp no Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=whatsapp&config=eyJ1cmwiOiJodHRwczovL2FwaS5tY3AuYWkvcF93aGF0c2FwcCJ9)
### VS Code (Copilot Chat)
[➕ Instalar WhatsApp no VS Code](vscode:mcp/install?name=whatsapp&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fapi.mcp.ai%2Fp_whatsapp%22%7D)
### ChatGPT, Manus, OpenClaw e mais 40+ clientes
Funciona em qualquer cliente MCP que suporte **MCP over HTTP**. A URL do servidor é sempre:
```
https://api.mcp.ai/p_whatsapp
```
Detalhes por cliente: [INSTALL.md](INSTALL.md).
---
## Exemplos de uso
```
Liste meus últimos 20 chats no WhatsApp
Busque no histórico todas as mensagens que mencionem 'reunião'
Envie 'Cheguei!' para +5511999999999
```
---
## 41 ferramentas disponíveis
| Tool | Descrição |
|---|---|
| `whatsapp_list_accounts` | List WhatsApp accounts paired to this install — wa_jid, phone, label, proxy on/off, status. |
| `whatsapp_sync` | Refresh this account's local data from WhatsApp — pulls recent messages and refreshes the groups/contacts lists into the local store. |
| `whatsapp_send_text` | Send a WhatsApp message (text or media). |
| `whatsapp_send_media` | Send a WhatsApp message (text or media). |
| `whatsapp_chats` | List WhatsApp chats (individual + group). |
| `whatsapp_messages` | List messages in a chat from LOCAL history. |
| `whatsapp_messages_write` | Mark messages as read in a chat. |
| `whatsapp_contacts_list` | Read WhatsApp contacts. Actions: - list: search across contacts (query optional — substring on name/phone). Default limit 50. - get: full contact info by JID. [Flattened action: list] |
| `whatsapp_contacts_get` | Read WhatsApp contacts. Actions: - list: search across contacts (query optional — substring on name/phone). Default limit 50. - get: full contact info by JID. [Flattened action: get] |
| `whatsapp_groups` | List WhatsApp groups the account belongs to — subject, jid, participants count, owner. |
| `whatsapp_group_members` | List the members of a WhatsApp group (live). |
| `whatsapp_group_participants_add` | Manage participants of a WhatsApp group (the connected account must be a group admin). |
| `whatsapp_group_participants_remove` | Manage participants of a WhatsApp group (the connected account must be a group admin). |
| `whatsapp_group_participants_promote` | Manage participants of a WhatsApp group (the connected account must be a group admin). |
| `whatsapp_group_participants_demote` | Manage participants of a WhatsApp group (the connected account must be a group admin). |
| `whatsapp_react` | React to a message with an emoji (or remove your reaction by passing an empty emoji). |
| `whatsapp_poll_create` | Send a poll or vote on one. Actions: - create: { to, name, options[] (2–12), selectable_count? } - vote: { chat_jid, message_id, options[] (the option texts to select) } [Flattened action: create] Bulk support: accept… |
| `whatsapp_poll_vote` | Send a poll or vote on one. Actions: - create: { to, name, options[] (2–12), selectable_count? } - vote: { chat_jid, message_id, options[] (the option texts to select) } [Flattened action: vote] Bulk support: accepts… |
| `whatsapp_message_delete` | Manage a message you can act on. |
| `whatsapp_message_forward` | Manage a message you can act on. |
| `whatsapp_message_edit` | Manage a message you can act on. |
| `whatsapp_chat_metadata` | Get metadata for a single chat (subject/name, archived/pinned/muted state, unread count, timestamps). |
| `whatsapp_chat_archive` | Change a chat's state. action: archive/unarchive, pin/unpin, mute/unmute. Requires chat_jid. [Flattened action: archive] |
| `whatsapp_chat_unarchive` | Change a chat's state. action: archive/unarchive, pin/unpin, mute/unmute. Requires chat_jid. [Flattened action: unarchive] |
| `whatsapp_chat_pin` | Change a chat's state. action: archive/unarchive, pin/unpin, mute/unmute. Requires chat_jid. [Flattened action: pin] |
| `whatsapp_chat_unpin` | Change a chat's state. action: archive/unarchive, pin/unpin, mute/unmute. Requires chat_jid. [Flattened action: unpin] |
| `whatsapp_chat_mute` | Change a chat's state. action: archive/unarchive, pin/unpin, mute/unmute. Requires chat_jid. [Flattened action: mute] |
| `whatsapp_chat_unmute` | Change a chat's state. action: archive/unarchive, pin/unpin, mute/unmute. Requires chat_jid. [Flattened action: unmute] |
| `whatsapp_group_manage_create` | Group lifecycle/admin (the connected account must be a group admin for most actions). |
| `whatsapp_group_manage_leave` | Group lifecycle/admin (the connected account must be a group admin for most actions). |
| `whatsapp_group_manage_update` | Group lifecycle/admin (the connected account must be a group admin for most actions). |
| `whatsapp_group_manage_invite_link` | Group lifecycle/admin (the connected account must be a group admin for most actions). |
| `whatsapp_group_manage_join` | Group lifecycle/admin (the connected account must be a group admin for most actions). |
| `whatsapp_group_manage_requests` | Group lifecycle/admin (the connected account must be a group admin for most actions). |
| `whatsapp_search` | Full-text search across all stored messages (SQLite FTS5). |
| `whatsapp_history_coverage` | Show how far back the LOCAL message archive reaches per chat (oldest_ts, newest_ts, message_count, status). |
| `whatsapp_history_backfill` | Request OLDER messages for a chat from your phone (on-demand history sync), extending what whatsapp_messages can read. |
| `whatsapp_webhook_get` | Show this WhatsApp install's outbound webhook: the current URL, the subscribed events (empty = all), include_result, and the catalog of subscribable events (available_events — e.g. |
| `whatsapp_webhook_set` | Set (or remove) this WhatsApp install's outbound webhook. |
| `whatsapp_config_get` | Show this install's editable-after-connect settings per connected number — currently the proxy (proxy_url): whether it's set and a masked preview (the raw value is never returned). |
| `whatsapp_config_set` | Change an editable-after-connect setting on a connected number WITHOUT re-pairing. |
Detalhe de cada tool: [docs/ferramentas.md](docs/ferramentas.md)
---
## Preços
Cobrança por conexão ativa. Veja [docs/precos.md](docs/precos.md).
---
## Privacidade & LGPD
- **Sub-processadores**: o LLM host que você escolher (Claude, ChatGPT, Cursor, agente próprio). Lista completa em [docs/privacidade-lgpd.md](docs/privacidade-lgpd.md).
- Os dados retornados pelas tools são enviados ao **LLM host que você escolher**, sub-processador fora do nosso controle. Recomendamos planos com opt-out de treinamento.
---
## Perguntas frequentes
**O servidor é open source?**
O servidor é proprietário (hosted). Este repositório é o wrapper público com manifestos, docs e skills — tudo MIT.
**Posso usar com agente próprio (não Claude/Cursor)?**
Sim — qualquer cliente que suporte MCP over HTTP. URL: `https://api.mcp.ai/p_whatsapp`.
---
## Suporte
- 📧 [whatsapp@mcp.ai](mailto:whatsapp@mcp.ai)
- 🐛 [GitHub Issues](https://github.com/mcp-dir/whatsapp-mcp/issues)
- 📄 [docs/](docs/)
---
## Licença
MIT — veja [LICENSE](LICENSE). O servidor MCP em `api.mcp.ai/p_whatsapp` é proprietário (hosted); este repositório (manifestos, docs, skills) é MIT.
What people ask about whatsapp-mcp
What is mcp-dir/whatsapp-mcp?
+
mcp-dir/whatsapp-mcp is tools for the Claude AI ecosystem. Connect a personal/Business WhatsApp account via QR pairing (multi-device, like WhatsApp Web). Send and read messages, list chats, contacts, groups, and run full-text search across history. Optional SOCKS5/HTTPS proxy per connection, recommended to a It has 0 GitHub stars and its last recorded update is dated 2026-08-21.
How do I install whatsapp-mcp?
+
You can install whatsapp-mcp by cloning the repository (https://github.com/mcp-dir/whatsapp-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is mcp-dir/whatsapp-mcp safe to use?
+
Our security agent has analyzed mcp-dir/whatsapp-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains mcp-dir/whatsapp-mcp?
+
mcp-dir/whatsapp-mcp is maintained by mcp-dir. The last recorded GitHub activity is dated 2026-08-21, with 0 open issues.
Are there alternatives to whatsapp-mcp?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy whatsapp-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/mcp-dir-whatsapp-mcp)<a href="https://claudewave.com/repo/mcp-dir-whatsapp-mcp"><img src="https://claudewave.com/api/badge/mcp-dir-whatsapp-mcp" alt="Featured on ClaudeWave: mcp-dir/whatsapp-mcp" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI skill that provides design intelligence for building professional UI/UX across multiple platforms.
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
The best-benchmarked open-source AI memory system. And it's free.
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]