WhatsApp Bridge
Summary
WhatsApp MCP Server provides a secure bridge to your personal WhatsApp account, enabling AI assistants to search messages, manage contacts, and send messages through standardized tools. The implementation uses a two-component architecture with a Go-based WhatsApp bridge that connects to the WhatsApp web API via the whatsmeow library, storing all messages locally in SQLite, and a Python MCP server that exposes functionality through nine specialized tools. Designed for privacy, it keeps your message history on your device while allowing controlled AI access to your conversations for tasks like finding past information or sending new messages.
Available Actions(12)
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
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요