waha (MCP Server)

GitHub

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! 3 engines: WEBJS (browser based), NOWEB (websocket nodejs), GOWS (websocket go)

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "waha": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-waha"
      ]
    }
  }
}