notify-mcp
Verified Safeby longdog
Overview
A lightweight Model Context Protocol (MCP) server that enables AI assistants to send desktop notifications via `notify-send` or `osascript`.
Installation
./notify-mcp.shEnvironment 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
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
claude-prompts-mcp
Enhances AI assistant behavior through structured prompt management, multi-step chains, quality gates, and autonomous verification loops, primarily for development tasks.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.