mcp-notify logo

mcp-notify

by 5n7

mcp-notify is a simple MCP server designed for sending desktop notifications. It currently supports macOS, with plans to expand to Linux and Windows.

View on GitHub

Last updated: N/A

mcp-notify

A simple MCP server for sending desktop notifications.

Supported Environments

Currently supports:

  • macOS

Support for Linux and Windows is planned for future releases.

Installation

go install github.com/5n7/mcp-notify@latest

Configuration

For Cursor:

{
  "mcpServers": {
    "notify": {
      "command": "/path/to/mcp-notify",
      "args": []
    }
  }
}

Usage

The following parameters are available according to the MCP tool specification:

  • title: The title of the notification
  • message: The content of the notification