mcpbeat Sign in

WhatsApp Campaigns MCP Server

by wa-campaigns Your server? Claim it
local only

WhatsApp Campaigns runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm.

Send WhatsApp campaigns: templates, audiences, surveys, inbox replies, delivery webhooks.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 67 · avg 2
a month agotoday
67
Installs / week
npm · @wa-campaigns/agent-toolkit
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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-campaigns -- npx -y @wa-campaigns/agent-toolkit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whatsapp-campaigns": {
      "args": [
        "-y",
        "@wa-campaigns/agent-toolkit"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.whatsapp-campaigns]
command = "npx"
args = ["-y", "@wa-campaigns/agent-toolkit"]
.cursor/mcp.json
{
  "mcpServers": {
    "whatsapp-campaigns": {
      "args": [
        "-y",
        "@wa-campaigns/agent-toolkit"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "whatsapp-campaigns": {
      "args": [
        "-y",
        "@wa-campaigns/agent-toolkit"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WA_GATEWAY_URL (Base URL of your WhatsApp Campaigns agent gateway. A key is tied to the environment it was minted in, so this must be the same environment that issued WA_AGENT_KEY.), WA_AGENT_KEY (Scoped agent key (rcsk_live_…) created in Settings → API keys. The rcsk_ prefix is not a mistake: one key shape serves both channels, and the channel is chosen per call.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to WhatsApp Campaigns

same job, measured the same way
Blueticked
by blueticked

Send WhatsApp, SMS and email for South African businesses: contacts, campaigns, templates, webhooks

answering
TopMessage
by topmessage

Send and schedule SMS and WhatsApp messages, manage contacts and templates, and track delivery.

answering
Gambot WhatsApp Business API
by gambot-ai

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

357 installs/wk local only
Mailkite
by mailkite

Send email, manage domains, DNS, webhooks, templates, and inbound routing on MailKite

76 installs/wk answering
WhatsApp MCP Server
by nakulben

Manage WhatsApp Business templates and send messages via Meta Cloud API

57 installs/wk local only
Email Agent
by mailkite

Email for AI agents — send, receive as a webhook, manage domains, templates, routing.

answering
WhatsApp MCP by TimelinesAI
by initechsoftware

Drive your real WhatsApp inbox from Claude — send, reply, label, assign, and triage via TimelinesAI.

answering
SentientMail
by sentientmail

AI-first email platform: templates, audiences, journeys. Sends real email when the key allows it.

answering

WhatsApp Campaigns — questions

Answers built from our own checks of this server.

Why is there no uptime for WhatsApp Campaigns?
WhatsApp Campaigns 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 @wa-campaigns/agent-toolkit was installed 67 times last week.
Is WhatsApp Campaigns still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect WhatsApp Campaigns?
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 @wa-campaigns/agent-toolkit straight from npm; nothing to host, nothing to sign up for.
How many people use WhatsApp Campaigns?
The npm package @wa-campaigns/agent-toolkit was installed 67 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.