whatsapp-mcp-server

panghy/whatsapp-mcp-server
★ 0 stars TypeScript 💬 Communication Updated 7d ago
WhatsApp MCP Server - Electron app exposing WhatsApp messaging via Model Context Protocol
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "whatsapp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "panghy/whatsapp-mcp-server"
      ]
    }
  }
}