mcp-notify

by 5n7

159 downloads
Not rated
GitHub

About

A simple MCP server for sending desktop notifications.

Details

Author
5n7
Downloads
159
Categories
Other

- Sends desktop notifications over MCP
- Supports macOS only currently
- Simple installation with Go
- Two parameters: title and message
- Ready to use with Cursor

Install by running go install github.com/5n7/mcp-notify@latest. Then configure in your MCP client, for example in Cursor by adding a JSON entry under mcpServers with the command pointing to the installed binary. The server exposes a tool with parameters title and message.

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.