Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💬 Communication
  3. Ntfy MCP
Ntfy MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/6/2026, 11:02:57 PM

Ntfy MCP

User RatingsBe the first to rate and review this MCP server!
View Repository44 GitHub StarsTotal stargazers on GitHub for the source repository (44 stars).Visit Website
ntfynotificationsmcpproductivity

Sends ntfy phone notifications when an AI assistant finishes a task through an MCP tool.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for teddyzxcv/ntfy-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives💬 More in Communication

Overview

The teddyzxcv/ntfy-mcp MCP server sends notifications to a configured ntfy topic when an AI assistant completes a task. It runs locally as a Node.js application and exposes a `notify_user` tool over MCP. Configure `NTFY_TOPIC`, subscribe to the same topic in the ntfy phone app, and explicitly ask the assistant to notify you when its work is done. The README documents setup with Cline and does not describe other client configurations.

Use cases

•Receive a phone alert after a coding task finishes
•Step away from an assistant session while work runs
•Notify yourself when generated code is ready for review
•Route completion messages to an ntfy topic

Key features

•Sends notifications through ntfy
•Exposes the notify_user MCP tool
•Uses NTFY_TOPIC for topic selection
•Runs locally with Node.js
•Includes Cline configuration guidance

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Ntfy MCP.

Extracted Tool Capabilities
Sends notifications through ntfy
Exposes the notify_user MCP tool
Uses NTFY_TOPIC for topic selection
Runs locally with Node.js
Includes Cline configuration guidance

How Ntfy MCP works

What teddyzxcv/ntfy-mcp MCP server does

The teddyzxcv/ntfy-mcp MCP server connects an MCP-compatible assistant to ntfy, a notification service with a phone app. Its purpose is narrow: deliver a notification when the assistant finishes a requested task, allowing the user to step away from the active session and return when the work is complete.

The repository describes one MCP capability, notify_user. The assistant must invoke that function for a notification to be sent. A prompt such as asking for a Python hello-world program and requesting a notification after completion is used as the trigger in the documented workflow.

How it works

The project is implemented as a local Node.js process. MCP supplies the server connection and tool interface, while the server sends the notification through ntfy. The selected topic is provided through an environment variable, so the topic used by the server must match the topic subscribed to in the ntfy mobile application.

A typical flow is:

  1. Clone the repository and install its npm dependencies.
  2. Build the project.
  3. Start the resulting MCP server through npm.
  4. Configure an MCP client with the server process and NTFY_TOPIC.
  5. Subscribe to that topic in the ntfy app.
  6. Ask the assistant to notify you when a task is complete.

Setup and configuration

The documented setup uses git clone, npm install, npm run build, and npm start. The README also shows a Cline configuration that launches build/index.js with Node and passes NTFY_TOPIC through the environment. Replace the documented topic placeholder with the topic name you intend to use; the placeholder itself is not a runnable value.

Cline's example marks notify_user for automatic approval. That setting is presented as recommended for the example configuration, but the server's core requirement is that the assistant can call the notification tool.

Tools and capabilities

  • Exposes the notify_user MCP tool.
  • Sends task-completion notifications through ntfy.
  • Reads the destination topic from NTFY_TOPIC.
  • Runs locally as a built Node.js application.
  • Supports the Cline configuration shown in the README.

Limitations and notes

The teddyzxcv/ntfy-mcp MCP server does not describe a general notification history, multiple tools, scheduling, or custom notification controls. The README emphasizes that the assistant needs an explicit instruction to notify the user; custom instructions may not reliably cause the function to be called.

The provided material documents Cline but does not establish compatibility with Claude Desktop, Cursor, or Windsurf. It also does not specify authentication for ntfy, additional environment variables, or a published npm package. The repository is licensed under Apache License 2.0.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Communication View all alternatives
  • Ntfy Me MCP logoNtfy Me MCP

    An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)

    💬 Communication3 views
    Compare vs Ntfy Me MCP →
  • MCP Server Notify logoMCP Server Notify

    A MCP server that send desktop notifications with sound effect when agent tasks are completed.

    💬 Communication3 views
    Compare vs MCP Server Notify →
  • Gotify RMCP logoGotify RMCP

    Gotify notifications and app, client, and message management over MCP and CLI.

    💬 Communication4 views
    Compare vs Gotify RMCP →
  • Apprise RMCP logoApprise RMCP

    Rust MCP server and CLI for Apprise notification fan-out across dozens of delivery backends.

    💬 Communication2 views
    Compare vs Apprise RMCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
44
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Ntfy MCP

Clone the repository, run npm install, build with npm run build, and start it with npm start.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewNtfy MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/teddyzxcv-ntfy-mcp?style=directory)](https://allmcps.com/mcp/teddyzxcv-ntfy-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/teddyzxcv-ntfy-mcp"><img src="https://allmcps.com/api/badge/teddyzxcv-ntfy-mcp?style=directory" alt="Ntfy MCP on AllMCPs" /></a>

Technical Specs & Signals

Category💬Communication
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
LicenseApache-2.0
ClientsCline / VS Code
Last updatedSep 4, 2026
4/5 checks healthy over the last 31d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars44
GitHub Star CountTotal stargazers on GitHub representing community popularity (44 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 25, 2025
36Quality signal: Fair · 36/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools13/30
Adoption & activity3/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💬 Communication →Best MCP servers for Slack & Communication →Alternatives to Ntfy MCP →Install in Claude DesktopInstall in CursorInstall in VS Code