UNPKG

ntfy-me-mcp

Version:

An ntfy MCP server for sending ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)

68 lines (67 loc) • 1.55 kB
{ "name": "ntfy-me-mcp", "version": "1.4.2", "description": "An ntfy MCP server for sending ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)", "keywords": [ "ntfy", "mcp", "mcp-server", "notifications", "modelcontextprotocol", "self-hosted", "server", "LLM", "ntfy-me", "ntfy-me-mcp", "ntfy-mcp", "ntfy-server", "ntfy-notifications", "ntfy-mcp-server", "model-context-protocol", "push-notifications", "typescript", "AI-integration", "copilot", "visual-studio-code", "vscode", "claude" ], "type": "module", "main": "build/index.js", "bin": { "ntfy-me-mcp": "build/index.js" }, "files": [ "build/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x build/index.js", "typecheck": "tsc --noEmit", "start": "node build/index.js", "test": "vitest run" }, "dependencies": { "@modelcontextprotocol/sdk": "1.29.0", "@types/markdown-it": "14.1.2", "dotenv": "17.4.1", "markdown-it": "14.1.1", "node-fetch": "3.3.2", "prompts": "2.4.2", "zod": "4.3.6" }, "devDependencies": { "@types/node": "25.5.2", "@types/node-fetch": "2.6.13", "@types/prompts": "2.4.9", "typescript": "5.9.3", "vitest": "4.1.3" }, "author": "gitmotion", "license": "GPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/gitmotion/ntfy-me-mcp.git" } }