Skip to content
Cline

mcp whatsapp cloud for Cline

io.github.codespar/mcp-whatsapp-cloud

MCP server for WhatsApp Cloud API (Meta) — messages, media, and templates via Graph API

client:Cline transport:stdio runtime:npm

Install mcp whatsapp cloud in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "mcp-whatsapp-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-whatsapp-cloud"
      ],
      "env": {
        "WHATSAPP_ACCESS_TOKEN": "<WHATSAPP_ACCESS_TOKEN>",
        "WHATSAPP_PHONE_NUMBER_ID": "<WHATSAPP_PHONE_NUMBER_ID>",
        "WHATSAPP_BUSINESS_ACCOUNT_ID": "<WHATSAPP_BUSINESS_ACCOUNT_ID>",
        "WHATSAPP_GRAPH_VERSION": "<WHATSAPP_GRAPH_VERSION>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp whatsapp cloud in other clients