About
Overview
The WhatsApp MCP Server enables AI agents to interact with WhatsApp through the Business API. It provides tools for sending text and template messages, managing contacts, reading message status, and handling media. Uses the WhatsApp Cloud API for reliable message delivery.
Capabilities
Tools & Capabilities
⚡send_message
Send a text message to a phone number
⚡send_template
Send a template message
⚡get_messages
Get recent messages
⚡send_media
Send an image, video, or document
Setup
Installation
bash
Install
npx -y mcp-server-whatsappExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"whatsapp": {
"command": "npx",
"args": ["-y", "mcp-server-whatsapp"],
"env": {
"WHATSAPP_TOKEN": "your-token",
"WHATSAPP_PHONE_NUMBER_ID": "your-number-id"
}
}
}
}Quick Info
Authornicepkg
LanguageTypeScript
StatusBeta
Stars★ 95
Last UpdatedFeb 12, 2026