MCP Node-Notifier Server

MIT License
212
  • Linux
  • Apple

show-notification-windows-balloon

Display Windows Balloon notifications with customizable title, message, sound, icon, and timeout. Supports Windows 7 and earlier systems for user alerts and system prompts.

Instructions

Show a notification using Windows Balloon notifications (Windows 7 and earlier)

Input Schema

NameRequiredDescriptionDefault
actionsNoAction buttons to add to notification (macOS only)
appIDNoApplication identifier (Windows only)
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 (Windows Toaster only)
messageYesMessage content of the notification
replyNoEnable reply functionality (macOS only)
senderNoSender of notification (Growl only)
soundNoPlay a sound with the notification (default: false)
timeoutNoTime in seconds before notification expires (Linux/Windows)
titleYesTitle of the notification
typeNoNotification type
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 (Windows only)", "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 (Windows Toaster only)", "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" }, "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", "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