WhatsApp MCP. SQLCipher-encrypted, scrubber-CI-gated, draft-and-confirm sends, voice transcription.
uvx adelaidasofia-whatsapp-mcp{
"WHATSAPP_BRIDGE_HOST": "127.0.0.1",
"WHATSAPP_BRIDGE_PORT": "8080",
"WHATSAPP_VAULT_CRM_PATH": "YOUR_VALUE_HERE",
"WHATSAPP_WHISPER_BACKEND": "local-cpp",
"WHATSAPP_WHISPER_API_KEY": "YOUR_SECRET_VALUE",
"WHATSAPP_WHISPER_MODEL": "large-v3",
"WHATSAPP_SCRUB_PROMPT_INJECTION": "true",
"WHATSAPP_AUDIT_LOG": "true",
"WHATSAPP_ENCRYPT_DB": "true"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-adelaidasofia-whatsapp-mcp": {
"command": "uvx",
"args": [
"adelaidasofia-whatsapp-mcp"
],
"env": {
"WHATSAPP_BRIDGE_HOST": "127.0.0.1",
"WHATSAPP_BRIDGE_PORT": "8080",
"WHATSAPP_VAULT_CRM_PATH": "YOUR_VALUE_HERE",
"WHATSAPP_WHISPER_BACKEND": "local-cpp",
"WHATSAPP_WHISPER_API_KEY": "YOUR_SECRET_VALUE",
"WHATSAPP_WHISPER_MODEL": "large-v3",
"WHATSAPP_SCRUB_PROMPT_INJECTION": "true",
"WHATSAPP_AUDIT_LOG": "true",
"WHATSAPP_ENCRYPT_DB": "true"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
WhatsApp MCP is an MCP server for WhatsApp MCP. SQLCipher-encrypted, scrubber-CI-gated, draft-and-confirm sends, voice transcription.. It supports STDIO transport.
Use the generated config in Install. This server runs with uvx adelaidasofia-whatsapp-mcp; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for uvx adelaidasofia-whatsapp-mcp. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for uvx adelaidasofia-whatsapp-mcp. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for uvx adelaidasofia-whatsapp-mcp. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for uvx adelaidasofia-whatsapp-mcp. Add required environment variables before starting Cursor or VS Code.
WhatsApp MCP uses STDIO transport. Use the package or command config in Install.
WhatsApp MCP inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
WhatsApp MCP does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
adelaidasofia-whatsapp-mcpstdio | pypi | 0.1.1 | Env: WHATSAPP_BRIDGE_HOST Env: WHATSAPP_BRIDGE_PORT Env: WHATSAPP_VAULT_CRM_PATH Env: WHATSAPP_WHISPER_BACKEND Env: WHATSAPP_WHISPER_API_KEY secret Env: WHATSAPP_WHISPER_MODEL Env: WHATSAPP_SCRUB_PROMPT_INJECTION Env: WHATSAPP_AUDIT_LOG Env: WHATSAPP_ENCRYPT_DB |