Odel
WhatsApp Web MCP Server

WhatsApp Web MCP Server

Local
@mario-andreschak23TypeScriptMITUpdated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-whatsapp-webv1.2.0

Run

npx -y mcp-whatsapp-web

MCP client config

{
  "mcpServers": {
    "whatsapp-web-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-whatsapp-web"
      ]
    }
  }
}