Odel
whatsapp mcp

whatsapp mcp

Local
@meharajmTypeScriptISCUpdated 2mo ago

WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp

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).

npm@mhrj/whatsapp-mcpv2.0.1

Run

npx -y @mhrj/whatsapp-mcp

MCP client config

{
  "mcpServers": {
    "whatsapp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mhrj/whatsapp-mcp"
      ]
    }
  }
}