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.
Sends a notification message via the ntfy service. Parameters: topic (string, required), message (string, required), title (string, optional), tags (string[], optional), priority (integer, optional), click (string, optional), actions (array, optional), attachment (object, optional), email (string, optional), delay (string, optional), cache (string, optional), firebase (string, optional), id (string, optional), expires (string, optional), markdown (boolean, optional), baseUrl (string, optional).
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!