Skip to content

WhatsApp Messaging API for Grok

io.github.jevil25/whatsapp-messaging-api-mcp

Send WhatsApp messages from Claude. No Meta Business approval or WhatsApp Business account.

client:Grok transport:stdio runtime:npm

Install WhatsApp Messaging API 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-messaging-api-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "whatsapp-messaging-api-mcp"
      ],
      "env": {
        "WHATSAPP_API_KEY": "<WHATSAPP_API_KEY>"
      }
    }
  }
}

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 Messaging API in other clients