Back to directory
cyanheads/ntfy-mcp-server

cyanheads/ntfy-mcp-server

@cyanheads

Send, manage, and replay ntfy push notifications via MCP. STDIO or Streamable HTTP.

ntfypush-notificationsmcptypescriptnotificationalertsmessagingtool

Installation & Configuration

{
  "mcpServers": {
    "ntfy-mcp-server": {
      "type": "stdio",
      "command": "bunx",
      "args": [
        "ntfy-mcp-server@latest"
      ],
      "env": {
        "MCP_TRANSPORT_TYPE": "stdio",
        "MCP_LOG_LEVEL": "info",
        "NTFY_DEFAULT_TOPIC": "your-topic-name"
      }
    }
  }
}

Information

Transport
stdiostreamable-http
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15