mcp-notify-whatsapp
v1.0.5
Published
MCP Server to send WhatsApp notifications
Downloads
160
Maintainers
Readme
MCP Notify WhatsApp
This is an MCP (Model Context Protocol) server that allows editors like Claude, Cursor, Trae, Antigravity and any MCP Client to send WhatsApp notifications when a task finishes.
Example: "Send WhatsApp notification when a task finishes"
Installation
You can use this MCP directly via npx (recommended) or install it globally.
Get Token
You can get a token from the MCP Notify WhatsApp.
Option 1: Via npx (Recommended)
Add it to your MCP client configuration (e.g., Claude Desktop):
{
"mcpServers": {
"mcp-wapp": {
"command": "npx",
"args": [
"-y",
"mcp-notify-whatsapp",
"YOUR_API_TOKEN"
]
}
}
}Option 2: Global Installation
npm install -g mcp-notify-whatsappThen configure it in your client:
{
"mcpServers": {
"whatsapp-notify": {
"command": "mcp-notify-whatsapp",
"args": [
"your-api-token"
]
}
}
}Available Tools
1. send_message_whatsapp
Sends a text message to the number associated with your configured API token.
Input:
{
"name": "Ismael Ash",
"task_name": "Task Name",
"task_status": "Task Status",
"additional_details": "Additional details"
}Generated Message:
✅ Project Build ⏱️ Duration: 2m 5s
