Skip to content
Claude Desktop

WhatsApp MCP Server for Claude Desktop

io.github.nakulben/whatsapp-mcp

Manage WhatsApp Business templates and send messages via Meta Cloud API

client:Claude Desktop transport:stdio runtime:pypi

Install WhatsApp MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "whatsapp-mcp": {
      "command": "uvx",
      "args": [
        "jina-whatsapp-mcp"
      ],
      "env": {
        "META_ACCESS_TOKEN": "<META_ACCESS_TOKEN>",
        "META_WABA_ID": "<META_WABA_ID>",
        "META_PHONE_NUMBER_ID": "<META_PHONE_NUMBER_ID>",
        "META_APP_ID": "<META_APP_ID>",
        "META_API_VERSION": "<META_API_VERSION>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

WhatsApp MCP Server in other clients