ntfy-mcp-server
by mounta11n
ntfy-mcp-server is a server application. This README provides instructions on how to install dependencies, compile TypeScript, and point to the compiled server.
View on GitHub
Last updated: N/A
ntfy-mcp-server
- Install dependencies
npm install --save-dev typescript @types/node
npm install --save-dev ts-node
- compile typescript to javascript
npm run build
- point to the mcp server which is now ./build/index.js