OpenWA (MCP Server)

GitHub

Free, Open Source, Self-Hosted WhatsApp API Gateway

Claude Desktop Configuration

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

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