A simple MCP server for sending desktop notifications.
Currently supports:
- macOS
Support for Linux and Windows is planned for future releases.
go install github.com/5n7/mcp-notify@latestFor Cursor:
{
"mcpServers": {
"notify": {
"command": "/path/to/mcp-notify",
"args": []
}
}
}The following parameters are available according to the MCP tool specification:
title: The title of the notificationmessage: The content of the notification