Loading...
npm install -g ntfy-me-mcp{
"ntfy-me-mcp": {
"command": "npx",
"args": ["ntfy-me-mcp"],
"env": {
"NTFY_TOPIC": "your-topic-name"
}
}
}ntfy_meSends a notification to a specified ntfy topic with customizable title, message, and priority.
Sends notifications, which could be abused if the topic is not properly secured.
ntfy_me_fetchRetrieves messages from a specified ntfy topic, allowing filtering based on various parameters.
Read-only access to messages on the ntfy topic.
ntfy-me-mcp is relatively safe when configured with strong authentication and used with a properly secured ntfy server. Risks increase if tokens are stored insecurely or if the ntfy topic is publicly accessible. Using VS Code inputs for secure token handling is the recommended approach.