Skip to content

WhatsApp Messaging API for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install WhatsApp Messaging API in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

WhatsApp Messaging API in other clients