teddyzxcv/ntfy-mcp

The MCP server that keeps you informed by sending the notification on phone using ntfy

VERIFIED 4 tools·npm·v0.11.0
NPMNO AUTHDESTRUCTIVESETUP LOWSTARTS CLEAN4 TOOLS

Install

npx -y ntfy-mcp-server

Capabilities

Server instructions

Use the ntfy_* tools to publish and manage push notifications via ntfy, a pub/sub notification service. Messages live on topics (arbitrary string channels) and get a server-assigned `sequence_id` reusable to update or replace them later. Typical flow: `ntfy_publish_message` → `ntfy_fetch_messages` to poll cached history → `ntfy_manage_message` to clear or delete by `sequence_id`. Use `ntfy_search_emoji_tags` to look up short codes for `tags`. Topic names act as access tokens — treat them as secrets.