With this you can search and read your personal Whatsapp messages (including images, videos, documents, and audio messages), search your contacts and
Connect Whatsapp MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. 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. The whatsapp mcp mcp server is what makes that connection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
search_contacts — Search for contacts by name or phone numberlist_messages — Retrieve messages with optional filters and contextlist_chats — List available chats with metadataget_chat — Get information about a specific chatget_direct_chat_by_contact — Find a direct chat with a specific contactget_contact_chats — List all chats involving a specific contactget_last_interaction — Get the most recent message with a contactget_message_context — Retrieve context around a specific messagesend_message — Send a WhatsApp message to a specified phone number or group JIDsend_file — Send a file (image, video, raw audio, document) to a specified recipientsend_audio_message — 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 — Download media from a WhatsApp message and get the local file pathSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
curl -LsSf https://astral.sh/uv/install.sh | sh - FFmpeg (optional) - Only needed for audio messages. If you want to send audio files as playable WhatsApp voice messages, they must be in .ogg Opus format. With FFmpeg installed, the MCP server will automatically convert non-Opus audioAmong the team communication options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Whatsapp MCP's toolset — search_contacts, list_messages, list_chats and 11 more — is a fair guide to whether it matches your workflow. It is maintained by aukik; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| search_contacts | Search for contacts by name or phone number |
| list_messages | Retrieve messages with optional filters and context |
| list_chats | List available chats with metadata |
| get_chat | Get information about a specific chat |
| get_direct_chat_by_contact | Find a direct chat with a specific contact |
| get_contact_chats | List all chats involving a specific contact |
| get_last_interaction | Get the most recent message with a contact |
| get_message_context | Retrieve context around a specific message |
| send_message | Send a WhatsApp message to a specified phone number or group JID |
| send_file | Send a file (image, video, raw audio, document) to a specified recipient |
| send_audio_message | 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 | Download media from a WhatsApp message and get the local file path |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Steps | Navigate to the whatsapp-bridge directory and run the Go application: |
curl -LsSf https://astral.sh/uv/install.sh | sh - FFmpeg (optional) - Only needed for audio messages. If you want to send audio files as playable WhatsApp voice messages, they must be in .ogg Opus format. With FFmpeg installed, the MCP server will automatically convert non-Opus audioYour 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.