Send WhatsApp messages
from any AI tool
A simple MCP server that lets Cursor, Claude Code, Windsurf, Copilot and any MCP-compatible AI assistant send WhatsApp notifications on your behalf.
assistant → use_mcp_tool(send_message_whatsapp)
message: "✅ Deploy finalizado com sucesso!"
name: "My project"
✓ Message sent via PilotStatus · 284ms
Get a token
Register your WhatsApp number and confirm the opt-in. We generate a unique access token tied to your number.
Add the MCP
Paste the JSON config into your AI tool settings. Cursor, Claude Code, Windsurf — all take the same format.
Ask your AI
Instruct your assistant to notify you via WhatsApp. It calls the MCP tool automatically.
Receive messages
Messages arrive on WhatsApp in seconds, delivered via PilotStatus infrastructure.
YOUR_TOKEN with your generated token.{
"mcpServers": {
"mcp-wapp": {
"command": "npx",
"args": [
"-y",
"mcp-notify-whatsapp",
"YOUR_TOKEN"
]
}
}
}claude mcp add mcp-wapp -- npx -y mcp-notify-whatsapp YOUR_TOKEN
{
"mcpServers": {
"mcp-wapp": {
"command": "npx",
"args": [
"-y",
"mcp-notify-whatsapp",
"YOUR_TOKEN"
]
}
}
}{
"servers": {
"mcp-wapp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-notify-whatsapp",
"YOUR_TOKEN"
]
}
}
}{
"mcpServers": {
"mcp-wapp": {
"command": "npx",
"args": [
"-y",
"mcp-notify-whatsapp",
"YOUR_TOKEN"
]
}
}
}For Trae and Codex, use the Generic JSON config — both follow the standard MCP spec. In Trae go to Settings → MCP and paste it there.
Your token, in 60 seconds.
Register your WhatsApp, confirm opt-in, and copy your ready-to-use MCP config.
We only send messages you trigger. No spam.
Confirm on WhatsApp
Send the message below to our PilotStatus number to activate your token. It only takes a tap.
{
"mcpServers": {
"mcp-wapp": {
"command": "npx",
"args": [
"-y",
"mcp-notify-whatsapp",
"YOUR_TOKEN"
]
}
}
}Paste this into your tool's MCP config file.
See the setup docs above for per-tool instructions.