

This is a Model Context Protocol (MCP) server for WhatsApp.
With this you can search and read your personal Whatsapp messages (including images, videos, documents, and audio messages), search your contacts and send messages to either individuals or groups. You can also send media files including images, videos, documents, and audio messages.
It connects to your personal WhatsApp account directly via the Whatsapp web multidevice API (using the whatsmeow library). All your messages are stored locally in a SQLite database and only sent to an LLM (such as Claude) when the agent accesses them through tools (which you control).
暂无评论. 成为第一个评论的人!
登录以参与讨论
Search for contacts by name or phone number.
Retrieve messages with optional filters and context.
List available chats with metadata.
Get information about a specific chat.
Find a direct chat with a specific contact.
List all chats involving a specific contact.
Get the most recent message with a contact.
Retrieve context around a specific message.
Send a WhatsApp message to a specified phone number or group JID.
Send a file (image, video, raw audio, document) to a specified recipient.
Send an audio file as a WhatsApp voice message (requires the file to be an .ogg opus file or ffmpeg must be installed).
Download media from a WhatsApp message and get the local file path.