Back to Home
longdog icon

notify-mcp

Verified Safe

by longdog

Overview

A lightweight Model Context Protocol (MCP) server that enables AI assistants to send desktop notifications via `notify-send` or `osascript`.

Installation

Run Command
./notify-mcp.sh

Environment Variables

  • DBUS_SESSION_BUS_ADDRESS

Security Notes

The script directly passes user-provided 'title' and 'message' to `notify-send` on Linux and `osascript` on MacOS. While these specific commands generally treat arguments as literal strings, robust input sanitization or explicit argument escaping for arbitrary shell commands would be required in more complex scenarios. In this specific context, the risk of command injection is very low due to how `notify-send` and `osascript` handle arguments for notification display. There is no 'eval' usage, network exposure, or hardcoded secrets.

Similar Servers

Stats

Interest Score28
Security Score9
Cost ClassLow
Stars1
Forks0
Last Update2026-01-08

Tags

NotificationsMCPBashAI Assistant IntegrationDesktop Utility