Wazap runs on your own machine — the client starts it, so there is no endpoint to ping. 1 337 installs a week from npm. Last commit 31 Aug 2026.
WhatsApp for your agent: chats, messages, media, contacts and groups behind MCP tools.
We read the source, 13 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.
const result = spawnSync(npm, ["install", "-g", `wazap-mcp@${version}`], { stdio: "inherit" });
for (const [key, value] of Object.entries(process.env)) {
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.
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.
claude mcp add wazap -- npx -y wazap-mcp
{
"mcpServers": {
"wazap": {
"args": [
"-y",
"wazap-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.wazap]
command = "npx"
args = ["-y", "wazap-mcp"]
{
"mcpServers": {
"wazap": {
"args": [
"-y",
"wazap-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"wazap": {
"args": [
"-y",
"wazap-mcp"
],
"command": "npx"
}
}
}
MCP server for WhatsApp via whatsapp-web.js: send/receive messages, media, chats, groups, contacts
MCP gateway for WhatsApp via Green API: messaging, contacts, groups and instance management.
MCP server for Z-API — WhatsApp messaging, contacts, media
Telegram for AI agents: messages, chats, media, and contacts in bot and user-account modes.
Drive WhatsApp from any MCP client: pair devices, send text and media, manage contacts and groups.
WhatsApp Business MCP: send messages, manage contacts, campaigns, and AI agents.
MCP server for WhatsApp Cloud API (Meta) — messages, media, and templates via Graph API
WhatsApp CRM for AI agents: search contacts, read chats, manage the sales pipeline, send messages.
Answers built from our own checks of this server.