MCP Directory
Back

whatsapp-mcp

by lharries · Go · ★ 5,851

WhatsApp MCP server

#ai#mcp#whatsapp#whatsapp-api

Install

go install github.com/lharries/whatsapp-mcp@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

This is a Model Context Protocol (MCP) server for WhatsApp. With this you can search and read your personal Whatsapp messages (including images, videos, documents, and audio messages), search your contacts and send messages to either individuals or groups. You can also send media files including images, videos, documents, and audio messages. It connects to your **personal WhatsApp account** directly via the Whatsapp web multidevice API (using the [whatsmeow](https://github.com/tulir/whatsmeow) library). All your messages are stored locally in a SQLite database and only sent to an LLM (such a…
Read full README on GitHub →

Related communication servers