Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ mcp-notify Public

A simple MCP server for sending desktop notifications.

5n7/mcp-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple MCP server for sending desktop notifications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published