Publish MQTT messages that become phone notifications through an Android app.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "NotifyMCP" yet — see the docs or source repo.
Publish a message to the MQTT topic ops/deploy/status with the title "Deployment Complete" and the body "Production v2.3.1 was released successfully and all health checks passed."
The tool publishes the message to the target MQTT topic, allowing the phone to receive a deployment completion notification.
Send an alert message to the alerts/server/cpu topic: "Alert: web-03 CPU usage has stayed above 90% for 10 minutes. Please investigate immediately."
The specified topic receives the alert content, which can appear as a notification on an Android phone via NotifyMQTT.
Publish the following result to home/automation/report: "The daily report is ready. Filename: sales-summary-2025-02-14.csv, processed 1,287 records."
The daily report result is sent to the MQTT topic, and the user can promptly view the job completion status on their phone.
Send phone push notifications through a configurable gateway for automated alerts.
Send desktop notifications from MCP agents for task status and important updates.
Send critical mobile push notifications from workflows without terminal-focus suppression.
Send real-time task completion notifications from AI agents to collaboration platforms.
Send Gotify push notifications to devices for alerts and automated messaging.
Enable AI agents to send text, media, and file alerts via Telegram bots.