ntfy-me-mcp is a Node.js server that enables AI assistants to send push notifications through the ntfy service. It provides a simple tool called 'ntfy_me' that accepts task titles, summaries, and optional parameters like priority levels and tags, then delivers these notifications to configured ntfy topics. The implementation supports both public and protected topics with authentication, making it useful for alerting users about completed tasks, errors, or status updates from AI-driven workflows.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Send notifications using natural language. Parameters: taskTitle (string), taskSummary (string), priority (optional string), tags (optional array), markdown (optional boolean), actions (optional array)
Fetch and filter messages from ntfy topics. Parameters: ntfyTopic (optional string), since (optional string), messageId (optional string), messageText (optional string), messageTitle (optional string), priorities (optional string), tags (optional array)