← Back to Plugins
MCP Server MCP

io.github.razvangirgiz/wazap

github By github 👁 1 views ▲ 0 votes

WhatsApp for your agent: chats, messages, media, contacts and groups behind MCP tools.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "wazap-mcp",
      "version": "0.10.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-y",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Refuse every write. The write tools are not registered at all.",
          "format": "boolean",
          "default": "false",
          "name": "WAZAP_READ_ONLY"
        },
        {
          "description": "Where wazap keeps credentials, history and media. Defaults to ~/.wazap.",
          "format": "filepath",
          "name": "WAZAP_DATA_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...