HomeCommunication › pingwa

pingwa

Zero-setup WhatsApp notifications + human-in-the-loop for AI agents — text 'join', send in 60s.

Python Cloud macOSWindowsLinux Remote
★ 1 stars Last pushed 2026-07-22 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://pingwa.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http pingwa-client https://pingwa.dev/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "pingwa-client": {
      "url": "https://pingwa.dev/mcp"
    }
  }
}

Package (pypi 0.4.1)

uvx pingwa

Or add to your MCP client config:

{
  "mcpServers": {
    "pingwa-client": {
      "command": "uvx",
      "args": [
        "pingwa"
      ],
      "env": {
        "PINGWA_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • PINGWA_KEY required secret — pingwa API key (send 'join' on WhatsApp to the service number — see https://pingwa.dev)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry