WhatsApp MCP server. Send and read WhatsApp messages from any AI assistant that supports [MCP](https://modelcontextprotocol.io/) — Claude desktop
Whasapo MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. WhatsApp MCP server. Send and read WhatsApp messages from any AI assistant that supports MCP — Claude desktop, Claude Code, OpenClaw, and more.
Once Whasapo is connected, these are the calls the assistant has available:
send_message — Send a text message to a contact or grouplist_chats — List recent chats with last message previewget_messages — Get messages, optionally filtered by chatsearch_contacts — Search contacts by name or phone numberOpenClaw — The OpenClaw tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Whasapo's toolset — send_message, list_chats, get_messages and 2 more — is a fair guide to whether it matches your workflow. It is maintained by toloco; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Whasapo's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| send_message | Send a text message to a contact or group |
| list_chats | List recent chats with last message preview |
| get_messages | Get messages, optionally filtered by chat |
| search_contacts | Search contacts by name or phone number |
| OpenClaw | The OpenClaw tool exposed by this server. |
{
"mcpServers": {
"whatsapp": {
"command": "~/.whasapo/whasapo",
"args": ["serve"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.