Back to Apps

ntfy-mcp
by teddyzxcv
Get instant push notifications via ntfy when your AI assistant completes a task.
0 stars
Works in:claude
Exposes:Tools
What it does
ntfy-mcp is a specialized notification butler for AI agents. It allows your LLM to send push notifications via the ntfy.sh service, ensuring you are alerted the moment a long-running task is finished without having to poll the chat window.
Tools
notify_user: Sends a push notification to a specified ntfy topic with a custom message.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ntfy-mcp": {
"command": "node",
"args": ["/path/to/ntfy-mcp/build/index.js"],
"env": {
"NTFY_TOPIC": "your_topic_name"
}
}
}
}
Supported hosts
- claude
Quick install
npm install -g ntfy-mcp-serverInformation
- Pricing
- free
- Published
- 7/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"ntfy-mcp": {"command": "node", "args": ["/path/to/ntfy-mcp/build/index.js"], "env": {"NTFY_TOPIC": "your_topic_name"}}}}





