Add WhatsApp connector v2 (Baileys, QR auth)

This commit is contained in:
2026-07-19 10:08:12 +01:00
parent 61248454e3
commit 4e428073df
6 changed files with 565 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"id": "whatsapp",
"name": "WhatsApp",
"version": "2.0.0",
"type": "mcp_local",
"scope": "user",
"launch_command": "node index.js",
"transport": "stdio",
"requires": ["NODE"],
"tags": ["messaging", "mcp", "local", "whatsapp", "qr"],
"dependencies": [
"@whiskeysockets/baileys>=6.7.9",
"qrcode>=1.5.4"
],
"setup_instructions": [
"Skald installs dependencies automatically (npm install).",
"Open the connector in Skald and scan the QR code with your WhatsApp phone.",
"The session is persisted and survives restarts."
],
"docs": [{
"lang": "en",
"description": "Send and read WhatsApp messages from your own linked account. Uses Baileys multi-device protocol \u2014 no browser, no Chromium needed. Link via QR code.",
"llm_short_description": "Read and send WhatsApp messages, list chats and search contacts on the user\u2019s linked WhatsApp."
}],
"auth": {
"type": "qr"
},
"mcp_config": {
"command": "node",
"args": ["index.js"],
"transport": "stdio"
},
"homepage": "https://github.com/WhiskeySockets/Baileys",
"icon_small": "icon_sm.png",
"icon_large": "icon_lg.png"
}