With this you can search and read your personal Whatsapp messages (including images, videos, documents, and audio messages), search your contacts and
If you already use Whatsapp MCP Go, the whatsapp mcp go mcp server is the piece that lets your assistant work with it directly. 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 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 audioPlenty of team communication servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Whatsapp MCP Go'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 tonydgbd; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| 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.