{"type":"mcp_server","name":"ntfy-mcp","description":"Ntfy-mcp is an MCP server that sends ntfy notifications when AI assistant tasks are completed, allowing users to stay informed without constant monitoring. It integrates with the Model Context Protocol","category":"Developer Tools","language":"JavaScript","stars":43,"forks":0,"owner":"teddyzxcv","github_url":"https://github.com/teddyzxcv/ntfy-mcp","homepage":null,"setup":"## Setup\n\n**Step 1: Clone & Navigate**\n```bash\ngit clone https://github.com/teddyzxcv/ntfy-mcp.git\ncd ntfy-mcp\n```\n\n**Step 2: Install**\n```bash\nnpm install\n```\n\n**Step 3: Build**\n```bash\nnpm run build\n```\n\n**Step 4: Connect**\nChoose your adventure:\n\n**Manual Start:**\n```bash\nnpm start\n```\n\n**Cline Configuration:**\n```json\n\"ntfy-mcp\": {\n  \"command\": \"node\",\n  \"args\": [\n    \"/path/to/ntfy-mcp/build/index.js\"\n  ],\n  \"env\": {\n    \"NTFY_TOPIC\": \"<your topic name>\"\n  },\n  \"autoApprove\": [\n    \"notify_user\" // Highly recommended for maximum chill\n  ]\n}\n```\n\n**Step 5: Get Notified in Style**\n1. Download the [ntfy app](https://ntfy.sh) on your phone\n2. Subscribe to your chosen topic\n3. Kick back and relax\n\n**Step 6: The Magic Command**\nWrite a prompt like this, otherwise the function won't call \n(tried use `Custom Instructions` in cline, but they are in the ring 3, so model just forget about it)\n```\nWrite me a hello world in python, notify me when the task is done\n```\n\n**Step 7: Enjoy Your Beverage of Choice**\n","tools":"## Available Tools\n\n1.  ntfy notifications (Sends notifications via ntfy when tasks are completed).\n2.  Model Context Protocol integration (Integrates seamlessly with the Model Context Protocol).\n3.  Cline Configuration (Allows configuration via Cline with specific commands and environment variables).\n4.  Manual Start (Allows starting the server manually using `npm start`).\n","faq":null,"created_at":"2025-03-18T19:31:16+00:00","updated_at":"2025-03-25T01:28:17+00:00","source_url":"https://model-context-protocol.com/servers/ntfy-ai-assistant-task-notifications","related_articles":[]}