Back to MCP Servers
🔌

gitmotion/ntfy-me-mcp

GPL-3.0API key required

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

TypeScriptDev Tools

Install

npx -y or

Required environment variables

NTFY_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "gitmotion-ntfy-me-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "or"
      ],
      "env": {
        "NTFY_TOKEN": "<YOUR_NTFY_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.