Shloimy15e/whatsapp-mcp
WhatsApp MCP server for Claude Desktop — send & receive messages, manage groups, share media through natural conversation. Auto-detects Chrome sessions, multi-profile, cross-platform.
Platform-specific configuration:
{
"mcpServers": {
"whatsapp-mcp": {
"command": "npx",
"args": [
"-y",
"whatsapp-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Connect Claude Desktop to WhatsApp. Send & receive messages, manage groups, share media — all through natural conversation with Claude.
git clone https://github.com/Shloimy15e/whatsapp-mcp.git
cd whatsapp-mcp
powershell -ExecutionPolicy Bypass -File install.ps1git clone https://github.com/Shloimy15e/whatsapp-mcp.git
cd whatsapp-mcp
chmod +x install.sh && ./install.shcd into itPUPPETEER_SKIP_DOWNLOAD=true npm installclaude_desktop_config.json):{
"mcpServers": {
"whatsapp": {
"command": "node",
"args": ["/full/path/to/whatsapp-mcp/server.mjs"]
}
}
}On first launch, the MCP server:
| Tool | Description | |------|-------------| | whatsapp_setup | Manage profiles (add, remove, switch, scan Chrome, clone session) | | whatsapp_status | Conne
Loading reviews...