Back to MCP Directory
Ntfy
Model Context Protocol moderate risk

Ntfy

ntfy-mcp sends ntfy notifications upon task completion, triggered by specific prompts. It requires an ntfy topic and offers basic configuration.

Connections & Capabilities

Connects To

GitHub

Capabilities

write

Quickstart

Install

npm install
```

Exposed MCP Tools (1)

moderate
notify_user

Sends a notification to the user via ntfy when a task is completed.

Sends notifications to a user-specified topic, potential for spam if misused.

Safety Assessment

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.

  • Requires explicit user prompt to trigger notifications.
  • Notifications are sent to a user-defined ntfy topic.
  • Limited functionality: primarily notification-based.
  • No direct file system access or code execution.
  • Relies on user-provided ntfy topic, potential for misconfiguration.
  • Environment variable stores the ntfy topic, posing a minor secret exposure risk if not handled properly.
  • Potential for notification spam if prompts are not carefully crafted.
  • Lack of input validation on the ntfy topic could lead to issues.