Back to Apps

WhatsApp MCP
Supports UIby eddmann
Bridge your WhatsApp conversations to AI assistants for reading, searching, and sending messages.
0 stars
Works in:claude
Exposes:ToolsPromptsResources
What it does
WhatsApp MCP allows AI assistants to interact with your WhatsApp account. It syncs messages to a local SQLite database and exposes tools to search across chats, analyze conversations, and send messages via an unofficial WhatsApp Web bridge.
Tools
send_message: Sends messages to any chat or group.search_messages: Pattern matching and cross-chat queries across all conversations.get_chat_messages: Retrieves paginated messages from a specific chat.list_chats: Browses available conversations ordered by activity.find_chat: Locates a chat by name using fuzzy search.get_my_info: Retrieves your own profile information.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"whatsapp": {
"type": "http",
"url": "http://localhost:8080/mcp",
"headers": {
"Authorization": "Bearer your-secret-api-key"
}
}
}
}
Supported hosts
Claude
Quick install
docker compose up -dInformation
- Pricing
- free
- Published
- 5/31/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"whatsapp": {
"type": "http",
"url": "http://localhost:8080/mcp",
"headers": {
"Authorization": "Bearer your-secret-api-key"
}
}
}
}





