Skip to main content
CommunicationPython/Go

lharries/whatsapp-mcp

An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups

communication
Share:

Quick Start

Clone the repository:

git clone https://github.com/lharries/whatsapp-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
Python/Go
Author
lharries