Ntfy-mcp-server provides a bridge between Claude and the ntfy.sh notification service, enabling AI assistants to send push notifications directly from conversations. Built by Casey Hand (@cyanheads), this TypeScript implementation offers a complete MCP server with a send_ntfy tool that supports all ntfy features including message priorities, tags, attachments, and action buttons. The server includes robust error handling, rate limiting, and security features like input sanitization, making it particularly valuable for workflows that require notification capabilities without leaving the conversation interface.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Send or update a push notification on an ntfy topic. Full publish-parameter coverage includes title, priority (1–5), tags, click, attach, icon, filename, markdown, delay, email, call, cache, firebase.
Clear (mark read & dismiss) or delete a previously-sent ntfy notification by sequence_id. The original message stays in cache, and a message_clear / message_delete event is emitted to subscribers.
Poll cached messages from one or more topics with optional filters. Returns a snapshot, not a live stream, for confirming delivery, replaying missed alerts, or auditing topic activity.
Substring search over the bundled ntfy emoji-tag reference. Returns the tag strings ready to plug into ntfy_publish_message's tags field.