Skip to content

ntfy-mcpNotifications your MCP client can send, read back and correct

An MCP server for ntfy: publish notifications, read back what was sent, revise one in place while a job runs, and administer accounts and topic access.

ntfy-mcp architectureAn MCP client talks to ntfy-mcp over stdio; ntfy-mcp publishes notifications and polls the message cache over HTTPS against an ntfy server, which pushes them to the subscribed devices. Because a published message keeps its sequence id, the same notification can be revised in place instead of sending another one.MCP clientClaude, Codex, …ntfy-mcp13 toolstopic allow-listconfirm tokensntfypub-sub serverstdioHTTPS · publishHTTPS · pollsubscribed devices get the pushupdate_message revises it in place
One stdio server between the MCP client and ntfy — publishes over HTTPS and polls the message cache over the same API, bounded by the topic allow-list, with destructive calls gated by confirmation tokens.

See it in action

Demo of ntfy-mcp over the MCP inspector

Released under the MIT License.