Loading...

ntfy-mcp sends ntfy notifications upon task completion, triggered by specific prompts. It requires an ntfy topic and offers basic configuration.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
ntfy-mcp sends ntfy notifications upon task completion, triggered by specific prompts. It requires an ntfy topic and offers basic configuration.
ntfy-mcp is relatively safe for basic notification purposes. The primary risk lies in the potential for misconfiguration of the ntfy topic and the handling of the topic name as an environment variable. It is safe if the ntfy topic is properly managed and prompts are carefully designed to avoid spam.
Performance is primarily limited by the ntfy service and network latency. The server itself has minimal overhead.
ntfy is generally free, but self-hosting may incur infrastructure costs. Consider potential costs associated with high notification volume.
npm install
```notify_userSends a notification to the user via ntfy when a task is completed.
Sends notifications to a user-specified topic, potential for spam if misused.
Environment Variable
ntfy-mcp is relatively safe for basic notification purposes. The primary risk lies in the potential for misconfiguration of the ntfy topic and the handling of the topic name as an environment variable. It is safe if the ntfy topic is properly managed and prompts are carefully designed to avoid spam.
The server requires explicit prompts to trigger notifications, limiting autonomous behavior. Auto-approval of `notify_user` is recommended for seamless operation.
Production Tip
Ensure the ntfy topic is properly configured and secured to prevent unauthorized access or spam.
Set the `NTFY_TOPIC` environment variable to your desired ntfy topic name.
Notifications will not be delivered until the ntfy service is restored.
Yes, configure your ntfy client to point to your self-hosted instance.
Carefully craft your prompts to avoid triggering excessive notifications.
Authentication is handled by ntfy. You can use a password protected topic if desired.
You can send any text-based message supported by ntfy.
Notification sound customization depends on the ntfy client you are using.