Back to Home
ZenHive icon

whatsapp_mcp

Verified Safe

by ZenHive

Overview

Provides full read/write access to WhatsApp from Claude Code via an Elixir MCP server and Go bridge, enabling messaging, media handling, and chat management.

Installation

Run Command
/path/to/whatsapp_mcp/bin/whatsapp-mcp

Environment Variables

  • WHATSAPP_BRIDGE_PORT

Security Notes

The Go bridge runs a local HTTP API on localhost:8080, limiting external network exposure for the bridge itself. All message data is stored locally in a SQLite database. SQL queries use parameterized statements, preventing SQL injection. File path sanitization is in place. No 'eval' or direct shell execution is apparent in the provided code. The system connects to WhatsApp's servers, which involves inherent data transmission to an external service. Authentication relies on scanning a QR code for session management.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1250
Stars0
Forks0
Last Update2025-12-14

Tags

WhatsAppCommunicationMessagingElixirGoMCP