whatsapp-mcp-server

ericporres/whatsapp-mcp-server
★ 7 stars TypeScript 💬 Communication Updated 1mo ago
MCP server exposing WhatsApp group chats to Claude — stdio + HTTP transports, chat intelligence processor, Cowork plugin
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",
        "ericporres/whatsapp-mcp-server"
      ]
    }
  }
}