Send, manage, and replay ntfy push notifications via MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Send, manage, and replay ntfy push notifications via MCP. STDIO or Streamable HTTP.
Four tools covering the ntfy publish/subscribe surface β message lifecycle (publish, manage, fetch) plus an emoji-tag lookup that feeds the publish tool's tags field:
| Tool Name | Description |
|---|---|
ntfy_publish_message | Send or update a push notification on an ntfy topic. |
ntfy_manage_message | Clear or delete a previously-sent notification by sequence_id. |
ntfy_fetch_messages | Poll cached messages from one or more topics with optional filters. |
ntfy_search_emoji_tags | Look up ntfy emoji tag short codes for use in tags. |
ntfy_publish_messageSend or update a push notification on an ntfy topic. Topics are created on first publish β treat the topic name as a secret because anyone who knows it can publish or subscribe.
title, priority (1β5), tags, click, attach, icon, filename, markdown, delay, email, call, cache, firebaseview, broadcast, http, copy) per messagesequence_idbase_url override that forwards credentials only when the override matches a registered server (NTFY_BASE_URL or an NTFY_SERVERS entry); otherwise the request goes out unauthenticated, so credentials never leak to alternate hostsemail, call, or a broadcast / http action button ask the user to confirm the specific recipient or target first β the call comes back requesting that confirmation, and the message goes out only when it is reissued with the answer attachedntfy_manage_messageClear (mark read & dismiss) or delete a previously-sent ntfy notification by sequence_id. Append-only β the original message stays in cache, and a message_clear / message_delete event is emitted to subscribers. Idempotent.
sequence_id, and operation before the event fires β the first call comes back requesting that confirmation, and declining fails the call with consent_declinedntfy_fetch_messagesPoll cached messages from one or more topics with optional filters. Returns a snapshot, not a live stream β use it to confirm delivery, replay missed alerts, or audit topic activity.
alerts,backups,phil_alerts)since (duration / timestamp / message ID / all / latest), priority, tags, id, title, message, scheduled-only10m, default limit 20 messages per response, hard cap 100 β over-limit windows keep the newest limit messages, listed oldest-firstmessageTruncated reporting the dropped count; refetch with a message id to read that one in fullntfy_search_emoji_tagsSubstring search over the bundled ntfy emoji-tag reference. Returns the tag strings ready to plug into ntfy_publish_message's tags field. Without a query, returns the first slice of the full reference; offset pages through matches beyond the limit cap.
| Type | Name | Description |
|---|---|---|
| Resource | ntfy://{topic} | Snapshot of a topic β latest 20 messages from the past 1 hour, plus the topic's browser URL. Same normalized message shape as ntfy_fetch_messages: ISO 8601 timestamps and ~500-char body truncation. |
ntfy_fetch_messages covers the same topic data with custom windows and filters when the resource's fixed defaults aren't enough.
Built on @cyanheads/mcp-ts-core:
ctx.fail(reason, β¦) plus framework error factories (forbidden, notFound, validationError, β¦)none, jwt, oauthin-memory, filesystem, Supabase, Cloudflare KV/R2/D1ntfy-specific:
withRetry + per-request timeout)NTFY_BASE_URL or per-entry under NTFY_SERVERS); per-call base_url overrides forward auth only when the override matches a registered server, and go out unauthenticated otherwiseemail, call, or a broadcast / http action button. The tool returns a confirmation request naming the exact target, and acts only on the reissued call that carries an approval. Enforced on both STDIO and Streamable HTTP; a client that cannot present the prompt gets an error instead of an unasked side effectbase_url overrides (NTFY_BLOCK_PRIVATE_HOSTS) β resolves the host and blocks every reserved destination it answers on (loopback, RFC 1918, RFC 6598 mesh space, link-local, and the IPv6 equivalents), then refuses redirects, with registered servers exemptdocs/ntfy/emojis.md via scripts/build-emoji-tags.tsAdd the following to your MCP client configuration file. Public ntfy.sh works out of the box without an account; for protected topics, generate an access token at https://ntfy.sh/account.
Or with Docker:
For Streamable HTTP, set the transport and start the server:
ntfy.sh requires no account; self-hosted instances and protected topics may need a bearer token or basic-auth credentials.No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ntfy-mcp-server)<a href="https://allmcps.com/mcp/ntfy-mcp-server"><img src="https://allmcps.com/api/badge/ntfy-mcp-server?style=directory" alt="Ntfy MCP Server on AllMCPs" /></a>