ntfy-mcp-server logo

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

  1. Install dependencies
npm install --save-dev typescript @types/node
npm install --save-dev ts-node
  1. compile typescript to javascript
npm run build
  1. point to the mcp server which is now ./build/index.js