MCP Directory
Back

wappmcp

by vaibhavpandeyvpz · TypeScript · ★ 3

wappmcp is an open-source WhatsApp Web CLI and stdio MCP server built on top of whatsapp-web.js, commander, and @modelcontextprotocol/sdk.

#agent#agentic-ai#ai#artificial-intelligence#chatgpt#hooman#mcp#mcp-server#openclaw#whatsapp#whatsapp-bot#whatsapp-web#whatsapp-web-js

Install

npx -y github:vaibhavpandeyvpz/wappmcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "wappmcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:vaibhavpandeyvpz/wappmcp"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/wappmcp) [](https://github.com/vaibhavpandeyvpz/wappmcp/actions/workflows/publish-npm.yml) [](LICENSE) is an open-source WhatsApp Web CLI and stdio MCP server built on top of , , and . It lets MCP-compatible clients read WhatsApp data, send and manage messages, and optionally subscribe to incoming WhatsApp events through an MCP notification channel. - Exposes WhatsApp as an MCP server over stdio. - Supports interactive configuration via . - Provides read tools for chats, contacts, messages, status, and account details. - Includes mutating tools for sending,…
Read full README on GitHub →

Related communication servers