MCP Node-Notifier Server

MIT License
212
  • Linux
  • Apple

show-notification-windows-toast

Send customizable Windows Toast notifications with titles, messages, icons, and optional sounds. Supports user interaction, urgency levels, and timeout settings for effective system alerts.

Instructions

Show a notification using Windows Toast notifications (Windows 8+)

Input Schema

NameRequiredDescriptionDefault
actionsNoAction buttons to add to notification (macOS only)
appIDNoApplication identifier
closeLabelNoLabel for closing notification (macOS only)
dropdownLabelNoLabel for dropdown (macOS only)
iconNoPath to icon file (.ico, .png, .jpg, or platform specific)
installNoPath to installer when notification is clicked
messageYesMessage content of the notification
replyNoEnable reply functionality (macOS only)
senderNoSender of notification (Growl only)
shortcutPathNoPath to shortcut file for notification
soundNoPlay a sound with the notification (default: false)
timeoutNoTime in seconds before notification expires (Linux/Windows)
titleYesTitle of the notification
typeNoNotification type (Windows Balloon only)
urgencyNoNotification urgency level (Linux only)
waitNoWait for user action before removing notification (default: false)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "actions": { "description": "Action buttons to add to notification (macOS only)", "items": { "type": "string" }, "type": "array" }, "appID": { "description": "Application identifier", "type": "string" }, "closeLabel": { "description": "Label for closing notification (macOS only)", "type": "string" }, "dropdownLabel": { "description": "Label for dropdown (macOS only)", "type": "string" }, "icon": { "description": "Path to icon file (.ico, .png, .jpg, or platform specific)", "type": "string" }, "install": { "description": "Path to installer when notification is clicked", "type": "string" }, "message": { "description": "Message content of the notification", "type": "string" }, "reply": { "description": "Enable reply functionality (macOS only)", "type": "boolean" }, "sender": { "description": "Sender of notification (Growl only)", "type": "string" }, "shortcutPath": { "description": "Path to shortcut file for notification", "type": "string" }, "sound": { "description": "Play a sound with the notification (default: false)", "type": "boolean" }, "timeout": { "description": "Time in seconds before notification expires (Linux/Windows)", "type": "number" }, "title": { "description": "Title of the notification", "type": "string" }, "type": { "description": "Notification type (Windows Balloon only)", "enum": [ "info", "warn", "error" ], "type": "string" }, "urgency": { "description": "Notification urgency level (Linux only)", "enum": [ "low", "normal", "critical" ], "type": "string" }, "wait": { "description": "Wait for user action before removing notification (default: false)", "type": "boolean" } }, "required": [ "title", "message" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Node-Notifier Server

Related Tools

ID: 16ub4cuk2h