WhatsApp Connect runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 25 Aug 2026.
Read, search, and send personal WhatsApp messages from any MCP client, behind a send-confirm gate.
We read the source, 17 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
return filepath.Join(home, "AppData", "Roaming", "Code", "User", "globalStorage", ext, "settings", "cline_mcp_settings.json")
const result = spawnSync(binPath, process.argv.slice(2), { stdio: 'inherit' });
var chatSelect = `
SELECT ch.jid,
CASE WHEN ch.name <> '' THEN ch.name ELSE ` + contactNameCase("c", "cp", "lm", "''") + ` END,
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
Send WhatsApp messages from Cursor, Claude Code, and Codex via MCP.
Read Slack conversations, threads, user info, and search messages from your MCP client.
WhatsApp MCP for macOS - Read messages from local DB, send via WhatsApp Web.
WhatsApp CRM for AI agents: search contacts, read chats, manage the sales pipeline, send messages.
Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.
WhatsApp for your agent: chats, messages, media, contacts and groups behind MCP tools.
Drive WhatsApp from any MCP client: pair devices, send text and media, manage contacts and groups.
Connect a Discord bot (bot token from the developer portal) to read/send messages, list guilds and c
Answers built from our own checks of this server.