Skip to main content
Glama

Polybar Notification MCP

by khughitt

show_popup_notification

Display desktop notifications with customizable title, message, urgency, and icon. Ideal for alerting users upon task completion or when input is required.

Instructions

Show a popup notification using notify-send/dunst. Useful for notifying the user when an operation is complete or when waiting for user input.

Input Schema

NameRequiredDescriptionDefault
iconNoIcon name or path for the notification
messageYesThe notification message
timeoutNoNotification timeout in milliseconds (default: 5000)
titleYesThe notification title
urgencyNoNotification urgency level (default: normal)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "icon": { "description": "Icon name or path for the notification", "type": "string" }, "message": { "description": "The notification message", "type": "string" }, "timeout": { "description": "Notification timeout in milliseconds (default: 5000)", "type": "number" }, "title": { "description": "The notification title", "type": "string" }, "urgency": { "description": "Notification urgency level (default: normal)", "enum": [ "low", "normal", "critical" ], "type": "string" } }, "required": [ "title", "message" ], "type": "object" }
Install Server

Other Tools from Polybar Notification MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/khughitt/polybar-dunst-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server