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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Send notifications with a customizable title, message, priority, tags, and optional actions. Parameters: title (string, required), message (string, required), url (string, optional), topic (string, optional), accessToken (string, optional), priority (string, optional), tags (array of strings, optional), markdown (boolean, optional), actions (array of action objects, optional)
Fetch notifications based on different criteria such as time since last message, specific message ID, or tags. Parameters: url (string, optional), topic (string, optional), accessToken (string, optional), since (string, optional), messageId (string, optional), messageText (string, optional), messageTitle (string, optional), priorities (string, optional), tags (array of strings, optional)