lharries/whatsapp-mcp
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
Quick Start
Clone the repository:
git clone https://github.com/lharries/whatsapp-mcpClaude Desktop configuration example:
{
"mcpServers": {
"whatsapp-mcp": {
"command": "npx",
"args": [
"-y",
"lharries/whatsapp-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.