whatsapp-desktop-mcp

ankit-agarwa1/whatsapp-desktop-mcp
★ 0 stars Python AI/LLM Updated today
MCP server for the macOS WhatsApp Desktop app. Fork of jqueguiner/whatsapp-desktop-mcp fixing the macOS 15+ install failure and the dead send path.
View on GitHub → 🔍 Audit Wallet Slippage →

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-desktop-mcp": {
      "command": "uvx",
      "args": [
        "whatsapp-desktop-mcp"
      ]
    }
  }
}

Or install with pip: pip install whatsapp-desktop-mcp

README Excerpt

A local [Model Context Protocol](https://modelcontextprotocol.io/) server that lets Claude Code / Claude Desktop read your WhatsApp history — and optionally send messages — by talking to the **macOS WhatsApp Desktop app** you already have installed and logged in. macOS only. Single user, single Mac. stdio transport, no network listener.

Tools (1)

doctor