Back to MCP ServersWhatsapp
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
communication
By lharries
Installation
npx -y whatsapp-mcpConfiguration
{
"mcpServers": {
"whatsapp-mcp": {
"command": "npx",
"args": ["-y", "whatsapp-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes