whatsmcp

nyxxbit/whatsmcp
★ 0 stars Go Communication Updated 1d ago
WhatsApp bridge and MCP server that records every message type, including captions, containers and native events
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "whatsmcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/nyxxbit/whatsmcp@latest"
      ]
    }
  }
}