whatsapp-mcp-server

FredShred7/whatsapp-mcp-server
★ 12 stars TypeScript 🤖 AI/LLM Updated 10d ago
MCP server for WhatsApp Cloud API — send messages, read conversations, manage contacts, and handle media through AI assistants like Claude
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "whatsapp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "FredShred7/whatsapp-mcp-server"
      ]
    }
  }
}