← Back to Plugins
MCP Server MCP

WhatsApp MCP Server

github By github 👁 1 views ▲ 0 votes

Manage WhatsApp Business templates and send messages via Meta Cloud API

Homepage Verified source GitHub

Install

uvx jina-whatsapp-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "jina-whatsapp-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Meta API access token with whatsapp_business_messaging and whatsapp_business_management permissions",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "META_ACCESS_TOKEN"
        },
        {
          "description": "WhatsApp Business Account ID",
          "isRequired": true,
          "format": "string",
          "name": "META_WABA_ID"
        },
        {
          "description": "WhatsApp phone number ID",
          "isRequired": true,
          "format": "string",
          "name": "META_PHONE_NUMBER_ID"
        },
        {
          "description": "Meta app ID (for media uploads)",
          "format": "string",
          "name": "META_APP_ID"
        },
        {
          "description": "Meta Graph API version (defaults to v24.0)",
          "format": "string",
          "name": "META_API_VERSION"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...