Loading languages...
NT

ntfy-mcp

@teddyzxcv31

Welcome to ntfy-mcp, the MCP server that keeps you caffeinated and informed! 🚀☕️ This handy little server integrates with the Model Context Protocol to send you delightful ntfy notifications whenever your AI assistant completes a task. Because let's face it - you deserve that tea break while your code writes itself.

notification
ntfy
mcp-server

# mcpServer Config

{
  "mcpServers": {
    "ntfy-mcp": {
      "command": "node",
      "args": [
        "/path/to/ntfy-mcp/build/index.js"
      ],
      "env": {
        "NTFY_TOPIC": "<your topic name>"
      },
      "autoApprove": [
        "notify_user"
      ]
    }
  }
}

# stdio

node build/index.js
Transport:
stdio
Language:
TypeScript
Created:3/18/2025
Updated:7/23/2025