mcpbeat Sign in

WhatsApp Web MCP Server

local only

WhatsApp Web MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm. Last commit 17 Sep 2026.

WhatsApp MCP via web.js or browserless Baileys: messages, media, chats, groups and contacts

Installs per day peak 174 · avg 16 · +603% w/w
a month agotoday
56
Installs / week
npm · mcp-whatsapp-web
25
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check WhatsApp Web MCP Server 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 mcp-whatsapp-web -- npx -y mcp-whatsapp-web
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-whatsapp-web": {
      "args": [
        "-y",
        "mcp-whatsapp-web"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-whatsapp-web]
command = "npx"
args = ["-y", "mcp-whatsapp-web"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-whatsapp-web": {
      "args": [
        "-y",
        "mcp-whatsapp-web"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-whatsapp-web": {
      "args": [
        "-y",
        "mcp-whatsapp-web"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WHATSAPP_BACKEND (WhatsApp backend: webjs uses a persistent browser profile; baileys connects without a browser and requires separate pairing), BAILEYS_SESSION_DIR (Baileys credentials and synchronized history directory (default: <working directory>/baileys-sessions). Use a private absolute path, owned by one server process.), LOG_LEVEL (Log level for the log file (logs/mcp-whatsapp.log)), LOG_STDERR_LEVEL (Log level for stderr (visible in most MCP client logs)), WHATSAPP_HEADLESS (webjs only: set to false to show the browser window instead of running headless), WHATSAPP_NO_SANDBOX (webjs only: explicitly disable the browser sandbox for containers that require it. The sandbox is enabled by default.), BROWSER_EXECUTABLE_PATH (webjs only: browser executable. Chrome and Edge are auto-detected; set this to use a specific browser. Chrome/Edge is required for sending videos and GIFs.), WHATSAPP_SESSION_DIR (webjs only: persistent browser profile directory (default: <working directory>/whatsapp-sessions)), WHATSAPP_PAIRING_PHONE_NUMBER (Phone number pairing: when set (international, symbol-free format, e.g. 4915112345678), an 8-character pairing code is logged to stderr on startup instead of relying on the QR code), FFMPEG_PATH (Path to an ffmpeg binary (only needed to override the ffmpeg installed automatically via the ffmpeg-static npm package)), WA_WEB_VERSION (webjs only: pin the WhatsApp Web version if a WhatsApp-side update breaks the client.), HEALTH_CHECK_INTERVAL_MS (webjs only: connection health check interval in milliseconds (<=0 disables)), TOOL_READY_TIMEOUT_MS (How long tool calls wait for the WhatsApp client to become ready before erroring), MCP_HTTP_PORT (When set, additionally exposes the MCP endpoint at http://127.0.0.1:<port>/mcp (Streamable HTTP) from the same process), MCP_HTTP_HOST (Bind address for the HTTP endpoint (do not expose publicly; the endpoint controls your personal WhatsApp account)), MCP_OAUTH (Enable OAuth for the HTTP endpoint: /mcp requires a bearer token and clients authenticate via a browser page showing the WhatsApp QR code / pairing form). The author declared them in the registry entry; get the values from the project itself.

Alternatives to WhatsApp Web MCP Server

same job, measured the same way
LinkedIn
by johannsenlum

Read LinkedIn profiles, companies, jobs and messages via your own browser session

224 installs/wk local only
Webdriverio
by webdriverio

MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)

5 275 installs/wk local only
Sealedmail
by thesuitabs

Send and receive on-chain private messages via SealedMail on Sui. No browser wallet needed.

41 installs/wk local only
Zen MCP
by sh6drack

MCP server for Zen Browser automation via WebDriver BiDi

84 installs/wk local only
MCP Server Browserbase
by browserbase

MCP server for AI web browser automation using Browserbase and Stagehand

4 334 installs/wk local only
Agent Browser
by codechap

MCP server for browser automation via Vercel's agent-browser CLI

local only
MCP Server Browser
by bytedance

MCP server for browser use access

1 973 installs/wk local only
Playwright Network Chaos MCP
by vola-trebla

MCP server that gives AI agents dynamic network chaos control over Playwright browser sessions

42 installs/wk local only

WhatsApp Web MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for WhatsApp Web MCP Server?
WhatsApp Web MCP Server 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 mcp-whatsapp-web was installed 56 times last week.
How do I connect WhatsApp Web MCP Server?
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 mcp-whatsapp-web straight from npm; nothing to host, nothing to sign up for.
How many people use WhatsApp Web MCP Server?
The npm package mcp-whatsapp-web was installed 56 times in the last week. Week over week that is +603%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is WhatsApp Web MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 25 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.