Skip to content
Grok

whatsapp mcp for Grok

io.github.meharajm/whatsapp-mcp

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

client:Grok transport:stdio runtime:npm

Install whatsapp mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "whatsapp-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mhrj/whatsapp-mcp"
      ],
      "env": {
        "WHATSAPP_TARGET_NUMBER": "<WHATSAPP_TARGET_NUMBER>",
        "WHATSAPP_ALLOWED_NUMBERS": "<WHATSAPP_ALLOWED_NUMBERS>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

whatsapp mcp in other clients