← Back to Plugins
MCP Server MCP

io.github.meharajM/whatsapp-mcp

github By github 👁 1 views ▲ 0 votes

WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp

Homepage Verified source GitHub

Install

npx -y @mhrj/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mhrj/whatsapp-mcp",
      "version": "2.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Target WhatsApp number (required)",
          "isRequired": true,
          "format": "string",
          "name": "WHATSAPP_TARGET_NUMBER"
        },
        {
          "description": "Comma-separated JIDs to restrict who can control replies",
          "format": "string",
          "name": "WHATSAPP_ALLOWED_NUMBERS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...