Welcome to ntfy-mcp, the MCP server that keeps you caffeinated and informed! ๐โ๏ธ This handy little server integrates with the Model Context Protocol to send you delightful ntfy notifications whenever your AI assistant completes a task. Because let's face it - you deserve that tea break while your code writes itself. Choose your adventure: Manual Start: Cline Configuration: 1. Download the ntfy ap
Add this skill
npx mdskills install teddyzxcv/ntfy-mcpSimple notification tool with clear setup docs but overly broad permissions for basic HTTP calls
Welcome to ntfy-mcp, the MCP server that keeps you caffeinated and informed! ๐โ๏ธ
This handy little server integrates with the Model Context Protocol to send you delightful ntfy notifications whenever your AI assistant completes a task. Because let's face it - you deserve that tea break while your code writes itself.
git clone https://github.com/teddyzxcv/ntfy-mcp.git
cd ntfy-mcp
npm install
npm run build
Choose your adventure:
Manual Start:
npm start
Cline Configuration:
"ntfy-mcp": {
"command": "node",
"args": [
"/path/to/ntfy-mcp/build/index.js"
],
"env": {
"NTFY_TOPIC": ""
},
"autoApprove": [
"notify_user" // Highly recommended for maximum chill
]
}
Write a prompt like this, otherwise the function won't call
(tried use Custom Instructions in cline, but they are in the ring 3, so model just forget about it)
Write me a hello world in python, notify me when the task is done
โ๏ธ๐ต Your notification will arrive when the task is complete. No peeking!
This MCP server integrates seamlessly with the Model Context Protocol, acting as your personal notification butler. When tasks are completed, it sends notifications via ntfy, keeping you informed without interrupting your flow.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Copyright 2025 Casey Hand @cyanheads
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Now go forth and code with confidence, knowing your notifications are in good hands! ๐
Install via CLI
npx mdskills install teddyzxcv/ntfy-mcpntfy-mcp: Your Friendly Task Completion Notifier is a free, open-source AI agent skill. Welcome to ntfy-mcp, the MCP server that keeps you caffeinated and informed! ๐โ๏ธ This handy little server integrates with the Model Context Protocol to send you delightful ntfy notifications whenever your AI assistant completes a task. Because let's face it - you deserve that tea break while your code writes itself. Choose your adventure: Manual Start: Cline Configuration: 1. Download the ntfy ap
Install ntfy-mcp: Your Friendly Task Completion Notifier with a single command:
npx mdskills install teddyzxcv/ntfy-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
ntfy-mcp: Your Friendly Task Completion Notifier works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.