ntfy.sh
Summary
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.
Available Actions(1)
send_ntfy
Sends a notification message via the ntfy service. Key Arguments: 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).
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论