mcpbeat Sign in

WhatsApp Connect MCP Server

local only

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.

Installs / week
not published
2
Stars
1 open issues
25 Aug 2026
Last commit
from GitHub
MIT
License
Go

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

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")
Runs an external command packaging/npm/install.js:130
  const result = spawnSync(binPath, process.argv.slice(2), { stdio: 'inherit' });
Builds a database query by concatenation internal/store/query.go:128
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.

This code can reach further than it looks

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.

Three servers free · no card

Alternatives to WhatsApp Connect

same job, measured the same way
Whatsapp
by gaviwhatsapp

Send WhatsApp messages from Cursor, Claude Code, and Codex via MCP.

18 installs/wk local only
Slack MCP Server
by stevenvo

Read Slack conversations, threads, user info, and search messages from your MCP client.

52 installs/wk local only
Whatsapp Macos
by kalki-kgp

WhatsApp MCP for macOS - Read messages from local DB, send via WhatsApp Web.

98 installs/wk local only
Chatflow
by yersat

WhatsApp CRM for AI agents: search contacts, read chats, manage the sales pipeline, send messages.

answering
Claude Ops Telegram Server
by auroracapital

Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.

21 installs/wk local only
Wazap
by razvangirgiz

WhatsApp for your agent: chats, messages, media, contacts and groups behind MCP tools.

294 installs/wk local only
C
uni-msg WhatsApp
by uni-msg

Drive WhatsApp from any MCP client: pair devices, send text and media, manage contacts and groups.

44 installs/wk answering
Discord
by mcp-dir

Connect a Discord bot (bot token from the developer portal) to read/send messages, list guilds and c

21 tools answering

WhatsApp Connect — questions

Answers built from our own checks of this server.

Why is there no uptime for WhatsApp Connect?
WhatsApp Connect runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is WhatsApp Connect open source?
Yes — it is published under the MIT licence, written in Go, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.