ntfy-mcp:任务完成通知工具
一个基于MCP协议的服务器,通过ntfy发送任务完成通知。
快速入门指南
-
克隆并进入项目目录: git clone https://github.com/teddyzxcv/ntfy-mcp.git cd ntfy-mcp
-
安装依赖: npm install
-
构建项目: npm run build
-
启动服务(手动): npm start
或配置Cline运行环境: 设置环境变量
NTFY_TOPIC
为你的主题名称,并将命令路径指向/path/to/ntfy-mcp/build/index.js
。 -
下载 ntfy应用 并订阅你的主题。
-
使用提示语触发通知,例如: Write me a hello world in python, notify me when the task is done
-
等待任务完成后接收通知。