mcpbeat Sign in

Wazap MCP Server

by razvangirgiz Your server? Claim it
local only

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.

Installs per day peak 300 · avg 10
a month agotoday
1 337
Installs / week
npm · wazap-mcp
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 13 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.

  const result = spawnSync(npm, ["install", "-g", `wazap-mcp@${version}`], { stdio: "inherit" });
Dumps the whole environment src/config.ts:174
  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.

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

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

Alternatives to Wazap

same job, measured the same way
WhatsApp Web MCP Server
by mario-andreschak

MCP server for WhatsApp via whatsapp-web.js: send/receive messages, media, chats, groups, contacts

58 installs/wk local only
Green API WhatsApp
by green-api

MCP gateway for WhatsApp via Green API: messaging, contacts, groups and instance management.

41 tools answering
MCP Z API
by codespar

MCP server for Z-API — WhatsApp messaging, contacts, media

36 installs/wk local only
Better Telegram MCP
by n24q02m

Telegram for AI agents: messages, chats, media, and contacts in bot and user-account modes.

2 018 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.

351 installs/wk answering
ManyContacts - WhatsApp Business MCP
by manycontacts

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

164 installs/wk local only
MCP Whatsapp Cloud
by codespar

MCP server for WhatsApp Cloud API (Meta) — messages, media, and templates via Graph API

46 installs/wk local only
Chatflow
by yersat

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

answering

Wazap — questions

Answers built from our own checks of this server.

Why is there no uptime for Wazap?
Wazap 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 wazap-mcp was installed 1 337 times last week.
How do I connect Wazap?
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 wazap-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Wazap?
The npm package wazap-mcp was installed 1 337 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 Wazap 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.