WhatsApp MCP Server
by sjawhar
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONTACTS_DIR | No | Base directory for VCF imports. | ./contacts/ |
| DOWNLOADS_DIR | No | Directory for downloaded media. | ./downloads/ |
| WHISPER_MODEL | No | Model name for transcription. | whisper-large-v3-turbo |
| SEND_JITTER_MS | No | Random jitter added to send delay. | 2000 |
| WHISPER_API_KEY | No | API key for Whisper. | |
| WHISPER_API_URL | No | Whisper API endpoint for transcription. | |
| ALLOWED_SEND_DIR | No | Directory for outbound file sends. | ./uploads/ |
| MAX_SEND_FAILURES | No | Consecutive failures before reconnect. | 3 |
| ZOMBIE_TIMEOUT_MS | No | Silence before zombie connection detection. | 120000 |
| MAX_SEND_FILE_SIZE | No | Max file size for send_file. | 67108864 |
| MIN_SEND_INTERVAL_MS | No | Minimum delay between sends. | 3000 |
| MAX_RECONNECT_ATTEMPTS | No | Max reconnect attempts before giving up. | 10 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sjawhar/whatsapp-mcp-2.0'
If you have feedback or need assistance with the MCP directory API, please join our Discord server