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
1# ntfy-mcp: Your Friendly Task Completion Notifier23Welcome to ntfy-mcp, the MCP server that keeps you caffeinated and informed! šāļø45This 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.67<a href="https://glama.ai/mcp/servers/@teddyzxcv/ntfy-mcp">8 <img width="380" height="200" src="https://glama.ai/mcp/servers/@teddyzxcv/ntfy-mcp/badge" />9</a>1011## Getting Started: The Quick Brew Guide1213### Step 1: Clone & Navigate14```bash15git clone https://github.com/teddyzxcv/ntfy-mcp.git16cd ntfy-mcp17```1819### Step 2: Install20```bash21npm install22```2324### Step 3: Build25```bash26npm run build27```2829### Step 4: Connect30Choose your adventure:3132**Manual Start:**33```bash34npm start35```3637**Cline Configuration:**38```json39"ntfy-mcp": {40 "command": "node",41 "args": [42 "/path/to/ntfy-mcp/build/index.js"43 ],44 "env": {45 "NTFY_TOPIC": "<your topic name>"46 },47 "autoApprove": [48 "notify_user" // Highly recommended for maximum chill49 ]50}51```5253### Step 5: Get Notified in Style541. Download the [ntfy app](https://ntfy.sh) on your phone552. Subscribe to your chosen topic563. Kick back and relax5758### Step 6: The Magic Command59Write a prompt like this, otherwise the function won't call60(tried use `Custom Instructions` in cline, but they are in the ring 3, so model just forget about it)61```62Write me a hello world in python, notify me when the task is done63```6465### Step 7: Enjoy Your Beverage of Choice66āļøšµ Your notification will arrive when the task is complete. No peeking!6768## How It Works (The Technical Tea)6970This 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.7172## Dependencies: The Secret Sauce7374- [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk)75- [node-fetch](https://github.com/node-fetch/node-fetch)76- [dotenv](https://github.com/motdotla/dotenv)77- [zod](https://github.com/colinhacks/zod)78798081## License8283This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.8485```86Copyright 2025 Casey Hand @cyanheads8788Licensed under the Apache License, Version 2.0 (the "License");89you may not use this file except in compliance with the License.90You may obtain a copy of the License at9192 http://www.apache.org/licenses/LICENSE-2.09394Unless required by applicable law or agreed to in writing, software95distributed under the License is distributed on an "AS IS" BASIS,96WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.97See the License for the specific language governing permissions and98limitations under the License.99```100101---102103Now go forth and code with confidence, knowing your notifications are in good hands! š104
Full transparency ā inspect the skill content before installing.