WhatsApp MCP Server
Manage WhatsApp Business templates and send messages from Claude, ChatGPT, Cursor, VS Code Copilot, or any MCP-compatible client — powered by the Meta Cloud API.
What It Does
| Tool | Description |
|---|---|
validate_template |
Validate a template payload before submitting to Meta |
create_template |
Submit a template for Meta approval |
list_templates |
List templates with optional filters (status, category, name) |
get_template_detail |
Get full details of a template by ID |
check_template_status |
Quick status check for a template |
delete_template |
Delete a template by name |
send_template_message |
Send an approved template to a phone number |
send_bulk_template_messages |
Send an approved template to multiple phone numbers |
8 tools covering the full template lifecycle: create → validate → approve → send.
Quick Start
1. Clone & Install
git clone https://github.com/nakulben/whatsapp-mcp.git
cd whatsapp-mcp
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt





