Skip to content
Cursor

WhatsApp MCP for Cursor

io.github.adelaidasofia/whatsapp-mcp

WhatsApp MCP. SQLCipher-encrypted, scrubber-CI-gated, draft-and-confirm sends, voice transcription.

client:Cursor transport:stdio runtime:pypi

Install WhatsApp MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "whatsapp-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "adelaidasofia-whatsapp-mcp"
      ],
      "env": {
        "WHATSAPP_BRIDGE_HOST": "<WHATSAPP_BRIDGE_HOST>",
        "WHATSAPP_BRIDGE_PORT": "<WHATSAPP_BRIDGE_PORT>",
        "WHATSAPP_VAULT_CRM_PATH": "<WHATSAPP_VAULT_CRM_PATH>",
        "WHATSAPP_WHISPER_BACKEND": "<WHATSAPP_WHISPER_BACKEND>",
        "WHATSAPP_WHISPER_API_KEY": "<WHATSAPP_WHISPER_API_KEY>",
        "WHATSAPP_WHISPER_MODEL": "<WHATSAPP_WHISPER_MODEL>",
        "WHATSAPP_SCRUB_PROMPT_INJECTION": "<WHATSAPP_SCRUB_PROMPT_INJECTION>",
        "WHATSAPP_AUDIT_LOG": "<WHATSAPP_AUDIT_LOG>",
        "WHATSAPP_ENCRYPT_DB": "<WHATSAPP_ENCRYPT_DB>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

WhatsApp MCP in other clients