ntfy-mcp

by teddyzxcv
Verified
{ "name": "ntfy-mcp-server", "version": "1.0.0", "description": "An MCP server that sends ntfy notifications on task completion", "type": "module", "main": "src/index.ts", "scripts": { "build": "tsc", "start": "node build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "node-fetch": "^3.3.2", "dotenv": "^16.4.7", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^22.13.10", "@types/node-fetch": "^2.6.12", "typescript": "^5.8.2" }, "author": "", "license": "ISC" }