whatsapp-mcp-docker

ABrauser/whatsapp-mcp-docker
★ 0 stars TypeScript 💬 Communication Updated today
WhatsApp MCP Server with SSE/HTTP transport for Docker deployment
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-docker": {
      "command": "npx",
      "args": [
        "-y",
        "ABrauser/whatsapp-mcp-docker"
      ]
    }
  }
}

README Excerpt

A WhatsApp MCP (Model Context Protocol) server that runs as a Docker container and is accessible over HTTP/SSE. Based on [whatsapp-mcp-ts](https://github.com/jlucaso1/whatsapp-mcp-ts) with the transport layer changed from stdio to SSE for remote access. - **7 MCP Tools**: search_contacts, list_messages, list_chats, get_chat, get_message_context, send_message, search_messages

Tools (13)

LOG_LEVELMCP_AUTH_TOKENMCP_PORTWHATSAPP_AUTH_DIRWHATSAPP_DEBUGWHATSAPP_MCP_DATA_DIRget_chatget_message_contextlist_chatslist_messagessearch_contactssearch_messagessend_message