WM
WhatsApp MCP Server
Search and send WhatsApp messages through your personal account.
Last updated July 18, 2026
CommunicationLocal · stdioGo5.9k
Overview
A WhatsApp MCP server that connects to your personal WhatsApp account via the WhatsApp Web multi-device API, letting an agent search your message history and send messages to contacts or groups, with all data stored locally.
Use cases
Search your WhatsApp history for a message from a specific contact.
Draft and send a WhatsApp message from an agent conversation.
Summarize unread messages across your WhatsApp chats.
Install
{
"mcpServers": {
"whatsapp": {
"command": "{{PATH_TO_UV}}",
"args": [
"--directory",
"{{PATH_TO_SRC}}/whatsapp-mcp/whatsapp-mcp-server",
"run",
"main.py"
]
}
}
}FAQ
No — messages are synced locally via a bridge to WhatsApp's multi-device API and stored in a local SQLite database, not sent to a third-party server.