mcpbeat Sign in

WhatsApp Messaging API MCP Server

local only

WhatsApp Messaging API runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from npm. Last commit 5 Sep 2026.

Send WhatsApp messages from Claude. No Meta Business approval or WhatsApp Business account.

Installs per day peak 572 · avg 20
a month agotoday
59
Installs / week
npm · whatsapp-messaging-api-mcp
0
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check WhatsApp Messaging API every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add whatsapp-messaging-api-mcp -- npx -y whatsapp-messaging-api-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whatsapp-messaging-api-mcp": {
      "args": [
        "-y",
        "whatsapp-messaging-api-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.whatsapp-messaging-api-mcp]
command = "npx"
args = ["-y", "whatsapp-messaging-api-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "whatsapp-messaging-api-mcp": {
      "args": [
        "-y",
        "whatsapp-messaging-api-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "whatsapp-messaging-api-mcp": {
      "args": [
        "-y",
        "whatsapp-messaging-api-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WHATSAPP_API_KEY (RapidAPI key for the WhatsApp Messaging API. Free tier, no credit card.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to WhatsApp Messaging API

same job, measured the same way
Whatsapp
by gaviwhatsapp

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

23 installs/wk local only
WhatsApp MCP Server
by nakulben

Manage WhatsApp Business templates and send messages via Meta Cloud API

57 installs/wk local only
Leporis WhatsApp
by admin-rstechie

Send and read WhatsApp messages on your Leporis account from AI coding agents, via your own API key.

answering
ManyContacts - WhatsApp Business MCP
by manycontacts

WhatsApp Business MCP: send messages, manage contacts, campaigns, and AI agents.

66 installs/wk local only
ManyContacts - WhatsApp Business CRM
by manycontacts

WhatsApp Business CRM: send messages, manage contacts, campaigns, and AI agents.

local only
SMS and WhatsApp Messaging
by hatchloop

Send WhatsApp, SMS, email or voice to a business with the compliance gate enforced.

10 tools answering
Gambot WhatsApp Business API
by gambot-ai

Send WhatsApp messages & templates and manage CRM, leads & campaigns via the Gambot WhatsApp API.

152 installs/wk local only
WhatsApp
by mcp-dir

Connect a personal/Business WhatsApp account via QR pairing (multi-device, like WhatsApp Web). Send

47 tools answering

WhatsApp Messaging API — questions

Answers built from our own checks of this server.

Why is there no uptime for WhatsApp Messaging API?
WhatsApp Messaging API runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package whatsapp-messaging-api-mcp was installed 59 times last week.
How do I connect WhatsApp Messaging API?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls whatsapp-messaging-api-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use WhatsApp Messaging API?
The npm package whatsapp-messaging-api-mcp was installed 59 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is WhatsApp Messaging API open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.