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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Send or update a push notification on an ntfy topic. Parameters include title, priority (1–5), tags, click, attach, icon, filename, markdown, delay, email, call, cache, firebase, and sequence_id for updating messages.
Clear or delete a previously-sent ntfy notification by sequence_id. The operation is idempotent and emits events to subscribers.
Poll cached messages from one or more topics with optional filters such as since, priority, tags, id, title, and message. Returns a snapshot of messages.
Look up ntfy emoji tag short codes for use in tags. Returns tag strings ready to plug into ntfy_publish_message's tags field.